TivioDataVideo class

Constructors

TivioDataVideo(String id, String name, Duration duration, DateTime? created, String? url, String? adMonetizationId, _VideoImages images, bool isPlaylist, List<TivioDataPlaylistItem> playlistItems, _Monetization? monetization, Map<String, TivioAssets> assets, String? description)
TivioDataVideo.fromJson(Map json)

Properties

adMonetizationId String?
final
assets Map<String, TivioAssets>
final
created DateTime?
final
description String?
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
images → _VideoImages
final
isPlaylist bool
final
monetization → _Monetization?
final
name String
final
playlistItems List<TivioDataPlaylistItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

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

Operators

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