menu
exprml_dart package
documentation
exprml.dart
boolValue function
boolValue function
dark_mode
light_mode
boolValue
function
Value
boolValue
(
bool
b
)
Implementation
Value boolValue(bool b) { return Value(type: Value_Type.BOOL, bool_2: b); }
exprml_dart package
documentation
exprml
boolValue function
exprml library