readWrite property Null safety
Implementation
List<XdrLedgerKey> get readWrite => this._readWrite;
Implementation
set readWrite(List<XdrLedgerKey> value) => this._readWrite = value;
List<XdrLedgerKey> get readWrite => this._readWrite;
set readWrite(List<XdrLedgerKey> value) => this._readWrite = value;