SourceLocation constructor

SourceLocation({
  1. int? column,
  2. int? line,
})

Implementation

SourceLocation({this.column, this.line});