AddressesImpl constructor

AddressesImpl(
  1. List<ToplAddress> a,
  2. List<int> indexes,
  3. String mPK
)

Implementation

AddressesImpl(this.a, this.indexes, this.mPK);