toJson method

Map<String, dynamic> toJson()

Implementation

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