menu
truesight_flutter package
documentation
json/json.dart
JsonField<T>
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
Check if the data is null
Implementation
bool get isNull { return _value == null; }
truesight_flutter package
documentation
json/json
JsonField<T>
isNull property
JsonField class