description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = '''Restore the project state and run `flutter clean`.

Restores any files backed up by an interrupted build, removes branding
folders generated by udara_cli, puts the original fonts back, and finally
runs `flutter clean`. Safe to run at any time.''';