Address constructor

Address(
  1. Type? type,
  2. Network? network,
  3. bool segwit
)

Implementation

Address(this.type, this.network, this.segwit);