NodeGroupsScopedList constructor

NodeGroupsScopedList({
  1. List<NodeGroup> nodeGroups = const [],
  2. Warning? warning,
})

Implementation

NodeGroupsScopedList({this.nodeGroups = const [], this.warning})
  : super(fullyQualifiedName);