hidden property

  1. @override
bool hidden
override

Whether or not this command should be hidden from help listings.

This is intended to be overridden by commands that want to mark themselves hidden.

By default, leaf commands are always visible. Branch commands are visible as long as any of their leaf commands are visible.

Implementation

@override
bool get hidden => true;