menu
darty_json_safe package
documentation
darty_json.dart
JSON
exists method
exists method
dark_mode
light_mode
exists
method
bool
exists
(
)
检测对应Key 的值是否存在
Implementation
bool exists() => _rawValue != null;
darty_json_safe package
documentation
darty_json
JSON
exists method
JSON class