Bech32 constructor

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

Implementation

const Bech32(this.hrp, this.data);