Bech32m constructor

Bech32m(
  1. String hrp,
  2. List<int> data
)

Implementation

Bech32m(this.hrp, this.data);