TreeSitterQueryGeneralPredicate constructor

const TreeSitterQueryGeneralPredicate(
  1. String operator,
  2. List<TreeSitterQueryPredicateArg> args
)

Implementation

const TreeSitterQueryGeneralPredicate(this.operator, this.args);