isEmpty property

bool isEmpty

Returns true if the counting table is empty.

Implementation

bool get isEmpty => length == 0;