DeviceAppVersionModel constructor

DeviceAppVersionModel({
  1. String packageName = '',
  2. String appName = '',
  3. String applicationId = '',
  4. String versionName = '',
  5. String versionCode = '',
  6. int buildNumber = 0,
  7. bool isRequired = false,
  8. String versionInfo = '',
  9. String linkAndroid = '',
  10. String linkApple = '',
  11. String linkWebSite = '',
})

Implementation

DeviceAppVersionModel({
  this.packageName = '',
  this.appName = '',
  this.applicationId = '',
  this.versionName = '',
  this.versionCode = '',
  this.buildNumber = 0,
  this.isRequired = false,
  this.versionInfo = '',
  this.linkAndroid = '',
  this.linkApple = '',
  this.linkWebSite = '',
});