menu
donuz_dart_sdk package
documentation
modules/common/common_module.dart
throwIfNot function
throwIfNot function
dark_mode
light_mode
throwIfNot
function
void
throwIfNot
(
bool
condition
,
Object
error
)
Implementation
void throwIfNot(bool condition, Object error) { if (!condition) throw error; }
donuz_dart_sdk package
documentation
modules/common/common_module
throwIfNot function
common_module library