isNotEmpty property
bool
get
isNotEmpty
Returns true if the result set contains at least one row.
Implementation
bool get isNotEmpty => rowCount > 0;
Returns true if the result set contains at least one row.
bool get isNotEmpty => rowCount > 0;