isEmpty property

  1. @override
bool isEmpty
override

Returns true if this bag contains no elements.

Implementation

@override
bool get isEmpty => size == 0;