files property
The SourceFile
s to which the entries in lines refer.
This is in the same order as urls. If this was constructed using
SingleMapping.fromEntries, this contains files from any FileLocation
s
used to build the mapping. If it was parsed from JSON, it contains files
for any sources whose contents were provided via the "sourcesContent"
field.
Files whose contents aren't available are null
.
Implementation
final List<SourceFile?> files;