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