toJson method
Implementation
Map<String, dynamic> toJson() => {
'accountIndex': accountIndex,
'balance': balance,
'bjj': bjj,
'hezEthereumAddress': hezEthereumAddress,
'itemId': itemId,
'nonce': nonce,
'token': token!.toJson(),
};