ProjectCommand constructor

ProjectCommand({
  1. required String baseUrl,
  2. bool verbose = false,
})

Implementation

ProjectCommand({
  required this.baseUrl,
  this.verbose = false,
});