CompileQueryMetadata constructor
const
CompileQueryMetadata({
- List<
CompileTokenMetadata> ? selectors, - bool descendants = false,
- bool first = false,
- String? propertyName,
- bool isElementType = false,
- CompileTokenMetadata? read,
Implementation
const CompileQueryMetadata({
this.selectors,
this.descendants = false,
this.first = false,
this.propertyName,
this.isElementType = false,
this.read,
});