isEmpty property
bool
get
isEmpty
Whether this object is empty.
Returns true, if this instance is empty, otherwise false.
Implementation
bool get isEmpty => rowIndex == minvalue;
Whether this object is empty.
Returns true, if this instance is empty, otherwise false.
bool get isEmpty => rowIndex == minvalue;