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 a local web development server and a file system '
    'watcher that rebuilds on changes.';