declaredInMoorFile property

bool declaredInMoorFile
getter/setter pair

Whether this query was declared in a .moor file.

For those kind of queries, we don't generate get and watch methods and instead only generate a single method returning a selectable.

Implementation

bool declaredInMoorFile = false;