mokuroCatalogs property

List<MokuroCatalog> mokuroCatalogs

Returns all Mokuro catalogs.

Implementation

List<MokuroCatalog> get mokuroCatalogs =>
    _database.mokuroCatalogs.where().sortByOrder().findAllSync();