description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Generate launcher icons (default subcommand). '
    'Supports single-config, legacy per-flavor files, and the new '
    'consolidated flutter_launcher_icons_flavors.yaml.';