GetClipOutput constructor

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

Implementation

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