FixCommand constructor

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

Implementation

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