isEmpty property

bool get isEmpty

Returns true if the set is empty.

Implementation

bool get isEmpty => value == 0;