AddressAggregatedListWarning constructor

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

Implementation

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