SubCommandBuilder constructor Null safety
Implementation
SubCommandBuilder(String label, String description, this._method): super(label, description, null);
SubCommandBuilder(String label, String description, this._method): super(label, description, null);