isRegularQuery property

bool get isRegularQuery

Whether this is a regular query, meaning that Dart methods are generated for it. Special queries are annotated with an @ and have special meaning.

Implementation

bool get isRegularQuery => identifier is SimpleName;