menu
flutter_data_components package
documentation
fdc.dart
FdcField
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
Whether
value
is currently null on the dataset current record.
Implementation
bool get isNull => value == null;
flutter_data_components package
documentation
fdc
FdcField
isNull property
FdcField class