from json map
static fromJson(Map<String, dynamic> json) { return DownloadKeyRet(tdk: json["TDK"], tpk: json["TPK"]); }