accounts property

List<AccountRefDoc> accounts

Implementation

List<AccountRefDoc> get accounts =>
    _model.accounts.map(AccountRefDoc.new).toList();