SelectAccount constructor

SelectAccount(
  1. bool isMultiple,
  2. String? deviceId,
  3. String userId,
  4. String password,
  5. List<Account> accounts,
  6. Bank bank,
  7. ZeehManager _zeehManager,
)

Implementation

SelectAccount(this.isMultiple, this.deviceId, this.userId, this.password, this.accounts, this.bank, this._zeehManager);