FlutterEnvDoctor constructor

FlutterEnvDoctor({
  1. required String projectDir,
  2. bool backup = false,
  3. bool dryRun = false,
})

Create a new Flutter Environment Doctor

Implementation

FlutterEnvDoctor({
  required this.projectDir,
  this.backup = false,
  this.dryRun = false,
});