isNotEmpty property

  1. @override
bool isNotEmpty
override

Whether the component set contains components or that there are components marked to be added later.

Implementation

@override
bool get isNotEmpty => !isEmpty;