isEmpty property

bool get isEmpty

Whether the current dataset view contains no records.

Implementation

bool get isEmpty => recordCount == 0;