nodeIds property
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);
The set of explicitly linked node IDs.
Only meaningful for GroupBehavior.explicit and GroupBehavior.parent. For GroupBehavior.bounds, this set is ignored.
Set<String> get nodeIds => Set.unmodifiable(_nodeIds);