SetBunleIdCommand constructor
SetBunleIdCommand()
Constructor for SetBunleIdCommand. It initializes the command with its name and description.
Implementation
SetBunleIdCommand()
: super(
RenameCommand.setBundleId.name,
'Set bundleId identifier for the targeted platforms',
);