MediaResponseInfo constructor

MediaResponseInfo({
  1. String? customData,
  2. String? dataStorageTransform,
  3. String? dynamicDropTarget,
  4. String? dynamicDropzone,
  5. String? requestClass,
  6. String? scottyAgentUserId,
  7. String? scottyCustomerLog,
  8. String? trafficClassField,
  9. bool? verifyHashFromHeader,
})

Implementation

MediaResponseInfo({
  this.customData,
  this.dataStorageTransform,
  this.dynamicDropTarget,
  this.dynamicDropzone,
  this.requestClass,
  this.scottyAgentUserId,
  this.scottyCustomerLog,
  this.trafficClassField,
  this.verifyHashFromHeader,
});