Position constructor

Position({
  1. String? line,
  2. String? path,
})

Implementation

Position({this.line, this.path});