$MediaRequestInfo constructor

$MediaRequestInfo({
  1. String? currentBytes,
  2. String? customData,
  3. String? diffObjectVersion,
  4. int? finalStatus,
  5. String? notificationType,
  6. String? requestId,
  7. String? requestReceivedParamsServingInfo,
  8. String? totalBytes,
  9. bool? totalBytesIsEstimated,
})

Implementation

$MediaRequestInfo({
  this.currentBytes,
  this.customData,
  this.diffObjectVersion,
  this.finalStatus,
  this.notificationType,
  this.requestId,
  this.requestReceivedParamsServingInfo,
  this.totalBytes,
  this.totalBytesIsEstimated,
});