Context constructor

const Context(
  1. String buffer,
  2. int position
)

Implementation

const Context(this.buffer, this.position);