isEmpty property
bool
get
isEmpty
Whether this object contains no items.
Implementation
bool get isEmpty => recordCount == 0;
Whether this object contains no items.
bool get isEmpty => recordCount == 0;