DeviceAppVersionModel constructor
DeviceAppVersionModel({})
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 = '',
});