accounts property Null safety

List<TMAccount> accounts

Implementation

static List<TMAccount> get accounts =>
    auths.values.map((auth) => auth.account).toList();