account property

Implementation

XdrLedgerKeyAccount? get account => this._account;
void account=(XdrLedgerKeyAccount? value)

Implementation

set account(XdrLedgerKeyAccount? value) => this._account = value;