NodeGroupsScopedList constructor

NodeGroupsScopedList({
  1. List<NodeGroup>? nodeGroups,
  2. NodeGroupsScopedListWarning? warning,
})

Implementation

NodeGroupsScopedList({
  this.nodeGroups,
  this.warning,
});