Package Version V2
data class PackageVersionV2(val added: Long, val file: FileV1, val src: FileV2? = null, val manifest: ManifestV2, val releaseChannels: List<String> = emptyList(), val antiFeatures: Map<String, LocalizedTextV2> = emptyMap(), val whatsNew: LocalizedTextV2 = emptyMap()) : PackageVersion
Constructors
Link copied to clipboard
constructor(added: Long, file: FileV1, src: FileV2? = null, manifest: ManifestV2, releaseChannels: List<String> = emptyList(), antiFeatures: Map<String, LocalizedTextV2> = emptyMap(), whatsNew: LocalizedTextV2 = emptyMap())