isEmpty property

*<Null safety>*

bool isEmpty

override

Implementation

@override
bool get isEmpty => _iterables.every((i) => i.isEmpty);