Address constructor

Address(
  1. Account account,
  2. int index
)

Implementation

Address(this.account, this.index);