TreeSitterWasmError constructor

const TreeSitterWasmError(
  1. TreeSitterWasmErrorKind kind,
  2. String message
)

Implementation

const TreeSitterWasmError(this.kind, this.message);