SourceLocationBase constructor Null safety
Implementation
SourceLocationBase(int offset, {sourceUrl, int? line, int? column})
: super(offset, sourceUrl: sourceUrl, line: line, column: column);
SourceLocationBase(int offset, {sourceUrl, int? line, int? column})
: super(offset, sourceUrl: sourceUrl, line: line, column: column);