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