GetBundleIdCommand constructor

GetBundleIdCommand()

Constructor for GetBundleIdCommand. It initializes the command with its name and description.

Implementation

GetBundleIdCommand()
    : super(
        RenameCommand.getBundleId.name,
        'Get bundleId identifiers for the targeted platforms',
      );