toJson method
Implementation
Map<String, dynamic> toJson() => {
'hexPrivateKey': hexPrivateKey.value,
'hexPublicKey': hexPublicKey.value,
'wif': wif.value,
'address': address.value,
'seed': seed,
'mnemonic': mnemonic
};