NodeGroupsScopedList constructor
      
      NodeGroupsScopedList({ 
    
    
- List<NodeGroup> ? nodeGroups,
- NodeGroupsScopedListWarning? warning,
Implementation
NodeGroupsScopedList({
  this.nodeGroups,
  this.warning,
});