UserAccounts constructor

UserAccounts(
  1. List<UserAccount> accounts
)

Implementation

UserAccounts(this.accounts);