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