Bech32 constructor

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

Implementation

Bech32(this.hrp, this.data);