transferInstruments property

ListBuilder<SupportingEntityCapability> get transferInstruments

Implementation

ListBuilder<SupportingEntityCapability> get transferInstruments =>
    _$this._transferInstruments ??= ListBuilder<SupportingEntityCapability>();
set transferInstruments (ListBuilder<SupportingEntityCapability>? transferInstruments)

Implementation

set transferInstruments(
  ListBuilder<SupportingEntityCapability>? transferInstruments,
) => _$this._transferInstruments = transferInstruments;