VersionInfo constructor
VersionInfo({})
Implementation
VersionInfo({
this.id,
this.createdAt,
this.updatedAt,
required this.updateStatus,
required this.version,
required this.buildVersion,
required this.modifyContent,
required this.downloadUrl,
required this.apkSize,
required this.apkHashCode,
required this.apkPath,
});