Segment constructor

Segment(
  1. int? line,
  2. int? column,
  3. int? offset
)

Implementation

Segment(int? line, int? column, this.offset)
    : super(line: line, column: column);