NetworkEndpointGroupsScopedList constructor

NetworkEndpointGroupsScopedList({
  1. List<NetworkEndpointGroup> networkEndpointGroups = const [],
  2. Warning? warning,
})

Implementation

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