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