PackageInfoData constructor

PackageInfoData({
  1. String? appName,
  2. String? versionName,
  3. String? packageName,
  4. String? versionCode,
  5. int? androidSDKVersion,
})

Implementation

PackageInfoData({
  this.appName,
  this.versionName,
  this.packageName,
  this.versionCode,
  this.androidSDKVersion,
});