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