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