Position constructor

Position(
  1. String file,
  2. int offset
)

Implementation

Position(this.file, this.offset);