NetworkEndpointGroupsScopedListWarning constructor
NetworkEndpointGroupsScopedListWarning({
- String? code,
- List<
NetworkEndpointGroupsScopedListWarningData> ? data, - String? message,
Implementation
NetworkEndpointGroupsScopedListWarning({
this.code,
this.data,
this.message,
});