Account constructor

Account(
  1. String accountName,
  2. int headBlockNum
)

Implementation

Account(this.accountName, this.headBlockNum);