NetworkEndpointGroupsScopedList constructor
NetworkEndpointGroupsScopedList({
- List<
NetworkEndpointGroup> networkEndpointGroups = const [], - Warning? warning,
Implementation
NetworkEndpointGroupsScopedList({
this.networkEndpointGroups = const [],
this.warning,
}) : super(fullyQualifiedName);