description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Mark a translation as human-approved (and stamp what was approved), '
    'or --remove to unlock it.';