isEmpty property
bool
get
isEmpty
Whether the current dataset view contains no records.
Implementation
bool get isEmpty => recordCount == 0;
Whether the current dataset view contains no records.
bool get isEmpty => recordCount == 0;