VideoPlaybackDetails class Null safety
Constructors
- VideoPlaybackDetails({required String videoId, double? duration, String? badge, VideoPlayerSize? playerSize, bool? hasCTA})
Properties
- badge ↔ String?
-
Video badge type.
read / write
-
The caption for the video.
read / write
- duration ↔ double?
-
The total duration of the video.
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-only, inherited
- playerSize ↔ VideoPlayerSize?
-
The size of the player.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited