InvideoBranding constructor

InvideoBranding({
  1. String? imageBytes,
  2. String? imageUrl,
  3. InvideoPosition? position,
  4. String? targetChannelId,
  5. InvideoTiming? timing,
})

Implementation

InvideoBranding({
  this.imageBytes,
  this.imageUrl,
  this.position,
  this.targetChannelId,
  this.timing,
});