TreeSitterQueryProperty constructor

const TreeSitterQueryProperty(
  1. String key, {
  2. String? value,
  3. int? captureId,
})

Implementation

const TreeSitterQueryProperty(this.key, {this.value, this.captureId});