visibleSubcommands property

List<Command> visibleSubcommands
final

The visible commands declared by grammar in the form of Command instances.

Implementation

final List<Command<dynamic>> visibleSubcommands;