UpdateInfo constructor

UpdateInfo({
  1. int? code,
  2. String? msg,
  3. int? updateStatus,
  4. int? versionCode,
  5. String? versionName,
  6. String? uploadTime,
  7. String? modifyContent,
  8. String? downloadUrl,
  9. String? apkMd5,
  10. int? apkSize,
})

Implementation

UpdateInfo(
    {this.code,
    this.msg,
    this.updateStatus,
    this.versionCode,
    this.versionName,
    this.uploadTime,
    this.modifyContent,
    this.downloadUrl,
    this.apkMd5,
    this.apkSize});