state property
Implementation
XdrLedgerEntry? get state => this._state;
Implementation
set state(XdrLedgerEntry? value) => this._state = value;
XdrLedgerEntry? get state => this._state;
set state(XdrLedgerEntry? value) => this._state = value;