query property

Query<HasResultSet, dynamic>? query

Predefined query from View.as()

This will be null if the view was defined in a .drift file.

Implementation

Query? get query;