UpdateEntity constructor
UpdateEntity({})
Implementation
UpdateEntity({
required this.hasUpdate,
this.isForce = false,
this.isIgnorable = false,
required this.versionCode,
required this.versionName,
required this.updateContent,
required this.downloadUrl,
this.apkSize = 0,
this.apkMd5 = '',
});