InvideoBranding constructor
InvideoBranding({
- String? imageBytes,
- String? imageUrl,
- InvideoPosition? position,
- String? targetChannelId,
- InvideoTiming? timing,
Implementation
InvideoBranding({
this.imageBytes,
this.imageUrl,
this.position,
this.targetChannelId,
this.timing,
});