menu
sunny_sdk_core package
documentation
model_exports.dart
illegalState<T> function
illegalState<T> function
dark_mode
light_mode
illegalState<
T
>
function
T
illegalState
<
T
>(
[
String
?
message
])
Implementation
T illegalState<T>([String? message]) => throw Exception(message ?? "Illegal state");
sunny_sdk_core package
documentation
model_exports
illegalState<T> function
model_exports library