fromRawJson static method
from json string
Implementation
static DownloadKeyRet fromRawJson(String rawData) {
return DownloadKeyRet.fromJson(json.decode(rawData));
}
from json string
static DownloadKeyRet fromRawJson(String rawData) {
return DownloadKeyRet.fromJson(json.decode(rawData));
}