newBankAccountNumber property

String? get newBankAccountNumber

Implementation

String? get newBankAccountNumber => _$this._newBankAccountNumber;
set newBankAccountNumber (String? newBankAccountNumber)

Implementation

set newBankAccountNumber(String? newBankAccountNumber) =>
    _$this._newBankAccountNumber = newBankAccountNumber;