allEntities property

List<T> allEntities

Implementation

List<T> get allEntities => expand((e) => e.entitiesNotNull).toList();