CompletionUninstallationException constructor

CompletionUninstallationException({
  1. required String message,
  2. required String rootCommand,
})

Describes an exception during the uninstallation of completion scripts.

Implementation

CompletionUninstallationException({
  required this.message,
  required this.rootCommand,
});