Start constructor

Start({
  1. int? offset,
  2. int? line,
  3. int? column,
})

Implementation

Start({this.offset, this.line, this.column});