sourceFiles property

Map<String, String>? sourceFiles
final

Optional mapping from source file name (e.g. 0.src.dart) to module URI.

When present, the archive contains Dart source code alongside the compiled AST modules. This is opt-in and null by default.

Implementation

final Map<String, String>? sourceFiles;