CommitmentAggregatedListWarning constructor

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

Implementation

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