Properties
-
badge
↔ String?
-
Video badge type.
read / write
-
caption
↔ String?
-
The caption for the video.
read / write
-
ctaActionType
↔ String?
-
The type of the CTA button clicked: "buy" "download" "view" "book".
read / write
-
ctaActionURL
↔ String?
-
The url of the CTA button clicked.
read / write
-
duration
↔ double?
-
The total duration of the video.
read / write
-
feedId
↔ String?
-
The associated feed ID
read / write
-
hasCTA
↔ bool?
-
Indicates if the video is associated with a call-to-action (CTA).
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
playerSize
↔ VideoPlayerSize?
-
The size of the player.
read / write
-
progress
↔ double?
-
The amount of time the video was playing at the time of the event.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
videoId
↔ String
-
A unique identifier of the video.
read / write
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited