toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'Code': code,
'Msg': msg,
'UpdateStatus': updateStatus,
'VersionCode': versionCode,
'VersionName': versionName,
'UploadTime': uploadTime,
'ModifyContent': modifyContent,
'DownloadUrl': downloadUrl,
'ApkMd5': apkMd5,
'ApkSize': apkSize,
};
}