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