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