AnalyzeTask constructor
AnalyzeTask({
- required String projectPath,
Implementation
AnalyzeTask({required String projectPath})
: super(
'dart',
[
'analyze',
'--fatal-infos',
projectPath,
],
);