entities property

List<Entity> entities

List of all the entities found using the filters.

Implementation

List<Entity> get entities => _query?.entities ?? [];