DartParser constructor
DartParser({
- required String rootPath,
Implementation
DartParser({required this.rootPath}) {
libPath = p.join(rootPath, 'lib');
_detectPackageName();
}
DartParser({required this.rootPath}) {
libPath = p.join(rootPath, 'lib');
_detectPackageName();
}