sourceFiles property

Map<String, String> sourceFiles
final

Source files to create in the project.

Keys are paths relative to the project root (e.g., 'lib/src/my_class.dart'). Values are the file contents.

Implementation

final Map<String, String> sourceFiles;