rootDir property

String? rootDir
final

If rootDir is provided, generation processes will continue through this dir. You can define the rootDir in the following two ways:

Relative Path: Example: ../../path/path2 Absolute Path: Example: /Users/username/Downloads

Implementation

final String? rootDir;