isNotEmpty property
bool
get
isNotEmpty
Returns true
if the result set is not empty.
Implementation
bool get isNotEmpty => rows.isNotEmpty;
Returns true
if the result set is not empty.
bool get isNotEmpty => rows.isNotEmpty;