NodeParser constructor

NodeParser(
  1. String _buffer, [
  2. int _line = 1,
  3. int _character = 0
])

Implementation

NodeParser(this._buffer, [this._line = 1, this._character = 0]);