menu
currency_cloud package
documentation
messages.dart
boolToJson function
boolToJson function
dark_mode
light_mode
boolToJson
function
String
?
boolToJson
(
bool
?
value
)
Implementation
String? boolToJson(bool? value) => value == null ? null : (value ? 'true' : 'false');
currency_cloud package
documentation
messages
boolToJson function
messages library