isEmpty property

  1. @override
bool get isEmpty
override

Whether this node is considered empty.

Used in conjunction with shouldRemoveWhenEmpty to determine if the node should be automatically deleted.

Default is false.

Implementation

@override
bool get isEmpty => behavior != GroupBehavior.bounds && _nodeIds.isEmpty;