additionalBankAccountIdentifications property
ListBuilder<IbanAccountIdentification>
get
additionalBankAccountIdentifications
Implementation
ListBuilder<IbanAccountIdentification>
get additionalBankAccountIdentifications =>
_$this._additionalBankAccountIdentifications ??=
ListBuilder<IbanAccountIdentification>();
set
additionalBankAccountIdentifications
(ListBuilder<IbanAccountIdentification> ? additionalBankAccountIdentifications)
Implementation
set additionalBankAccountIdentifications(
ListBuilder<IbanAccountIdentification>?
additionalBankAccountIdentifications,
) => _$this._additionalBankAccountIdentifications =
additionalBankAccountIdentifications;