CompileQueryMetadata constructor

const CompileQueryMetadata({
  1. List<CompileTokenMetadata>? selectors,
  2. bool descendants = false,
  3. bool first = false,
  4. String? propertyName,
  5. bool isElementType = false,
  6. CompileTokenMetadata? read,
})

Implementation

const CompileQueryMetadata({
  this.selectors,
  this.descendants = false,
  this.first = false,
  this.propertyName,
  this.isElementType = false,
  this.read,
});