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