account property
Implementation
XdrAccountEntry? get account => this._account;
Implementation
set account(XdrAccountEntry? value) => this._account = value;
XdrAccountEntry? get account => this._account;
set account(XdrAccountEntry? value) => this._account = value;