description property

  1. @override
String? description
getter/setter pairoverride

This tool's description (which is included in the help/usage output) can be overridden by setting this field to a non-null value.

Implementation

@override
String? description = 'Run static analysis on dart files in this package '
    'using the tuneup tool.';