StreamChar constructor

const StreamChar(
  1. String lexeme,
  2. StreamPos pos
)

Implementation

const StreamChar(this.lexeme, this.pos);