expectedImportRemovals property

List<String> expectedImportRemovals
final

Import files to clean up from the final brick.g.dart file. For example, all annotations should be expanded into generated code, so their imports are no longer required by Brick.

Include both single and double strings around package imports for safety. Regex is not supported.

Implementation

final List<String> expectedImportRemovals;