InvideoBranding class

LINT.IfChange Describes an invideo branding.

Constructors

InvideoBranding({String? imageBytes, String? imageUrl, InvideoPosition? position, String? targetChannelId, InvideoTiming? timing})
InvideoBranding.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
imageBytes String?
The bytes the uploaded image.
getter/setter pair
imageBytesAsBytes List<int>
getter/setter pair
imageUrl String?
The url of the uploaded image.
getter/setter pair
position InvideoPosition?
The spatial position within the video where the branding watermark will be displayed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetChannelId String?
The channel to which this branding links.
getter/setter pair
timing InvideoTiming?
The temporal position within the video where watermark will be displayed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited