menu
smart_dart_json package
documentation
smart_dart_json.dart
JSONToInt
intValue property
intValue property
dark_mode
light_mode
intValue
property
int
get
intValue
转换为一个默认为为0 不为空的int类型
Implementation
int get intValue { return getInt ?? 0; }
smart_dart_json package
documentation
smart_dart_json
JSONToInt
intValue property
JSONToInt extension on
SDartJson