TreeSitterEditableInput.fromBytes constructor

TreeSitterEditableInput.fromBytes(
  1. Uint8List bytes
)

Implementation

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