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