Address constructor

Address(
  1. String hex
)

Implementation

Address(String hex) : this.fromNumber(_hexToAddressNum(hex));