InstalledSoftware constructor
const
InstalledSoftware({})
Implementation
const InstalledSoftware({
required this.packageId,
required this.version,
required this.versionCode,
required this.platformVersion,
required this.platforms,
required this.certificateHashes,
this.variant,
});