NetworkEndpointGroupsScopedListWarning constructor

NetworkEndpointGroupsScopedListWarning({
  1. String? code,
  2. List<NetworkEndpointGroupsScopedListWarningData>? data,
  3. String? message,
})

Implementation

NetworkEndpointGroupsScopedListWarning({
  this.code,
  this.data,
  this.message,
});