GetMediaOutput constructor

GetMediaOutput({
  1. String? contentType,
  2. Uint8List? payload,
})

Implementation

GetMediaOutput({
  this.contentType,
  this.payload,
});