LogicError constructor

const LogicError(
  1. String message
)

Creates a LogicError with the given message.

Implementation

const LogicError(super.message);