transferInstruments property
ListBuilder<TransferInstrumentReference>
get
transferInstruments
Implementation
ListBuilder<TransferInstrumentReference> get transferInstruments =>
_$this._transferInstruments ??=
ListBuilder<TransferInstrumentReference>();
set
transferInstruments
(ListBuilder<TransferInstrumentReference> ? transferInstruments)
Implementation
set transferInstruments(
ListBuilder<TransferInstrumentReference>? transferInstruments,
) => _$this._transferInstruments = transferInstruments;