description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Migrate legacy per-flavor flutter_launcher_icons-<flavor>.yaml '
    'files into a single flutter_launcher_icons_flavors.yaml.';