files property

List<SourceFile?> files
final

The SourceFiles 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 FileLocations 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;