getAccounts method

List<Account>? getAccounts()

Implementation

List<Account>? getAccounts() {
  return _accountList;
}