fileToModuleMap property

Map<String, String> get fileToModuleMap

All discovered source files and their ball module names.

Keys are package-relative paths; values are ball module names.

Implementation

Map<String, String> get fileToModuleMap => Map.unmodifiable(_fileToModule);