NetworkType constructor

const NetworkType({
  1. required int wif,
  2. required Bip32Type bip32,
})

Implementation

const NetworkType({required this.wif, required this.bip32});