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