AddressesScopedList constructor

AddressesScopedList({
  1. List<Address>? addresses,
  2. AddressesScopedListWarning? warning,
})

Implementation

AddressesScopedList({
  this.addresses,
  this.warning,
});