dictionaries property
Returns all dictionaries imported into the database. Sorted by the user-defined order in the dictionary menu.
Implementation
List<Dictionary> get dictionaries =>
_database.dictionarys.where().sortByOrder().findAllSync();
Returns all dictionaries imported into the database. Sorted by the user-defined order in the dictionary menu.
List<Dictionary> get dictionaries =>
_database.dictionarys.where().sortByOrder().findAllSync();