parent property
The command's parent command, if this is a subcommand.
This will be null
until addSubcommand has been called with
this command.
Implementation
@override
final EnDaftCommand parent;
The command's parent command, if this is a subcommand.
This will be null
until addSubcommand has been called with
this command.
@override
final EnDaftCommand parent;