all property
Iterable<CalibreWeebi<ArticleRawAbstract> >
get
all
Implementation
Iterable<CalibreWeebi> get all =>
where((ac) => ac.title != '*').where((ac) => ac.id >= 0);
Iterable<CalibreWeebi> get all =>
where((ac) => ac.title != '*').where((ac) => ac.id >= 0);