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