nodeIds property

Set<String> get nodeIds

The set of explicitly linked node IDs.

Only meaningful for GroupBehavior.explicit and GroupBehavior.parent. For GroupBehavior.bounds, this set is ignored.

Implementation

Set<String> get nodeIds => Set.unmodifiable(_nodeIds);