description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Start the Hub: the node control channel and the HTTP API, on one '
    'TLS port.';