menu
d_json package
documentation
d_json.dart
ExDJson
intValue property
intValue property
dark_mode
light_mode
intValue
property
int
?
get
intValue
获取可选int,类型匹配才有值
Implementation
int? get intValue => numValue?.toInt();
d_json package
documentation
d_json
ExDJson
intValue property
ExDJson extension on
DJson