all property

Iterable<C> get all

Implementation

Iterable<C> get all => where((c) => c.id != 0);