menu
darty_json_safe package
documentation
darty_json.dart
JSONToNumber
numValue property
numValue property
dark_mode
light_mode
numValue
property
JSONNum
get
numValue
转换为一个默认为为0 不为空的Number类型
Implementation
JSONNum get numValue { return num ?? 0; }
darty_json_safe package
documentation
darty_json
JSONToNumber
numValue property
JSONToNumber extension on
JSON