spanFor abstract method
Returns the span associated with line
and column
.
uri
is the optional location of the output file to find the span for
to disambiguate cases where a mapping may have different mappings for
different output files.
Implementation
SourceMapSpan? spanFor(int line, int column,
{Map<String, SourceFile>? files, String? uri});