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