description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Show the installed Hub/Node service: its parameters and the actual '
    'command the OS runs it with.';