TreeSitterEditableInput.fromBytes constructor
TreeSitterEditableInput.fromBytes(
- Uint8List bytes
Implementation
factory TreeSitterEditableInput.fromBytes(Uint8List bytes) =>
TreeSitterEditableInput._owned(Uint8List.fromList(bytes));