getEntityQueryService method

EntityQueryService getEntityQueryService()

Implementation

EntityQueryService getEntityQueryService() {
  _entityQueryService ??= EntityQueryService(this);
  return _entityQueryService!;
}