isEmpty property

bool get isEmpty

Check if set is empty.

Implementation

bool get isEmpty => val.isEmpty;