description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Primarily used for utilizing autocompletion of the files with '
    'translations, but can also be used for any type of dart code conversion '
    'from strings.';