OperationAggregatedListWarning constructor

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

Implementation

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