PackageInfoData constructor
PackageInfoData({})
Constructs an instance with the given values for testing. PackageInfoData instances constructed this way won't actually reflect any real information from the platform, just whatever was passed in at construction time.
Implementation
PackageInfoData({
required this.appName,
required this.packageName,
required this.version,
required this.buildNumber,
required this.buildSignature,
this.installerStore,
});