AddressesScopedList constructor
AddressesScopedList({
- List<
Address> ? addresses, - AddressesScopedListWarning? warning,
Implementation
AddressesScopedList({
this.addresses,
this.warning,
});