MultiQueryTransformer<T extends DBModelI> constructor

MultiQueryTransformer<T extends DBModelI>(
  1. List<QueryTransformer<T>> _qs
)

To learn more on how to use this in an application, look at FirebaseRepository.query.

This QueryTransformer will accept multiple QueryTransformer objects and perform all the transformations to a given query.

Implementation

MultiQueryTransformer(this._qs);