SetAppNameCommand constructor
SetAppNameCommand()
Constructor for SetAppNameCommand. It initializes the command with its name and description.
Implementation
SetAppNameCommand()
: super(
RenameCommand.setAppName.name,
'Set app name for the targeted platforms',
);