accounts property

List<Account> accounts
final

List of available accounts

Monobank API returns the accounts in different (and random) order every time

For that, this library tries to sort the accounts to match the order in official monobank app

If you don't need sort, see sortAccounts

Implementation

final List<Account> accounts = [];