MediaRequestInfo.fromJson constructor
MediaRequestInfo.fromJson(
- Map json_
Implementation
MediaRequestInfo.fromJson(core.Map json_)
: this(
currentBytes: json_['currentBytes'] as core.String?,
customData: json_['customData'] as core.String?,
diffObjectVersion: json_['diffObjectVersion'] as core.String?,
finalStatus: json_['finalStatus'] as core.int?,
notificationType: json_['notificationType'] as core.String?,
requestId: json_['requestId'] as core.String?,
requestReceivedParamsServingInfo:
json_['requestReceivedParamsServingInfo'] as core.String?,
totalBytes: json_['totalBytes'] as core.String?,
totalBytesIsEstimated: json_['totalBytesIsEstimated'] as core.bool?,
);