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