Query constructor

const Query(
  1. String query
)

Implementation

const Query(String query) : super(CollectionMethodType.QUERY, query: query);