MigrateFreshCommand constructor

MigrateFreshCommand({
  1. required String commandName,
  2. required String flag,
  3. required String description,
})

Implementation

MigrateFreshCommand({
  required this.commandName,
  required this.flag,
  required this.description,
});