signerAccount property

  1. @JsonKey(name: 'signer_account', includeIfNull: false, fromJson: intToAccountNum, toJson: accountNumToInt)
AccountNumber? signerAccount
getter/setter pair

Implementation

@JsonKey(
    name: 'signer_account',
    includeIfNull: false,
    fromJson: intToAccountNum,
    toJson: accountNumToInt)
AccountNumber? signerAccount;