menu
stl
stl.dart
LogicError
LogicError.new const constructor
LogicError.new
dark_mode
light_mode
LogicError
constructor
const
LogicError
(
String
message
)
Creates a
LogicError
with the given
message
.
Implementation
const LogicError(super.message);
stl
stl
LogicError
LogicError.new const constructor
LogicError class