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