addSubcommand method Null safety
- SubCommandBuilder command
Implementation
void addSubcommand (SubCommandBuilder command) {
_type = null;
_subcommands.add(command);
}
void addSubcommand (SubCommandBuilder command) {
_type = null;
_subcommands.add(command);
}