isEmpty property

bool isEmpty

Whether this object is empty.

Returns true, if this instance is empty, otherwise false.

Implementation

bool get isEmpty => rowIndex == minvalue;