isEmpty property
bool
get
isEmpty
Returns true if the result set contains no rows.
Implementation
bool get isEmpty => rowCount == 0;
Returns true if the result set contains no rows.
bool get isEmpty => rowCount == 0;