projectRoot property

String projectRoot
final

The root directory of the Flutter project.

This should be the directory containing pubspec.yaml and the android/ folder.

Implementation

final String projectRoot;