Product Info
constructor(name: String? = null, version: String = "", versionSuffix: String? = null, buildNumber: String = "", productCode: String = "", dataDirectoryName: String? = null, svgIconPath: String? = null, productVendor: String? = null, launch: List<ProductInfo.Launch> = mutableListOf(), customProperties: List<ProductInfo.CustomProperty> = mutableListOf(), bundledPlugins: List<String> = mutableListOf(), fileExtensions: List<String> = mutableListOf(), modules: List<String> = mutableListOf(), layout: List<ProductInfo.LayoutItem> = mutableListOf())