UsableSubnetworksAggregatedListWarning constructor

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

Implementation

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