isEmpty property

  1. @override
bool isEmpty
override

Whether the component set is empty and that there are no components marked to be added later.

Implementation

@override
bool get isEmpty => super.isEmpty && _addLater.isEmpty;