findAllEntities method

List<BaseEntity> findAllEntities()

Implementation

List<BaseEntity> findAllEntities() {
  return List.from(_entities);
}