Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { final toJs = super.toJson(); toJs["xchain_create_account_claim_id"] = xChainCreateAccountClaimId; return toJs; }