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