menu
supa_architecture package
documentation
json/json.dart
JsonField<T>
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
Checks if the field is null.
Implementation
bool get isNull => rawValue == null;
supa_architecture package
documentation
json/json
JsonField<T>
isNull property
JsonField class