SetLongVersionCommand constructor

SetLongVersionCommand()

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

Implementation

SetLongVersionCommand()
    : super(
        RenameCommand.setLongVersion.name,
        'Set long version string for the targeted platforms',
      );