CleanCommand constructor

CleanCommand()

Implementation

CleanCommand()
    : super(
        subCommands: <BaseCommand>[
          CleanUnusedTranslationsCommand(),
          CleanGeneratedFilesCommand(),
        ],
      );