menu
supa_architecture package
documentation
json/json.dart
JsonBoolean
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
@
override
bool
?
toJSON
(
)
override
Converts the boolean value to JSON.
Returns:
The boolean value in JSON format.
Implementation
@override bool? toJSON() { return rawValue; }
supa_architecture package
documentation
json/json
JsonBoolean
toJSON method
JsonBoolean class