AddressesScopedList constructor

AddressesScopedList({
  1. List<Address> addresses = const [],
  2. Warning? warning,
})

Implementation

AddressesScopedList({this.addresses = const [], this.warning})
  : super(fullyQualifiedName);