menu
cowpay package
documentation
core/packages/get_it/get_it.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; }
cowpay package
documentation
core/packages/get_it/get_it
throwIfNot function
get_it library