TreeSitterTreeCursorStatus constructor

const TreeSitterTreeCursorStatus({
  1. required int? fieldId,
  2. required bool hasLaterSiblings,
  3. required bool hasLaterNamedSiblings,
  4. required bool canHaveLaterSiblingsWithThisField,
  5. required List<int> supertypeIds,
})

Implementation

const TreeSitterTreeCursorStatus({
  required this.fieldId,
  required this.hasLaterSiblings,
  required this.hasLaterNamedSiblings,
  required this.canHaveLaterSiblingsWithThisField,
  required this.supertypeIds,
});