allEntities property

List<T> get allEntities

Implementation

List<T> get allEntities => map((e) => e.entity).whereType<T>().toList();