MediaData class

Structure, descriping a media entity.

Annotations

Constructors

MediaData({required String? remoteReference, required int id, required int gid, required String? hash, required String? title, required String? subtitle, required int channel, required int studio, required String? thumb, required String? streamtype, required int licenseBy, required int originalDomain, required int format, required bool isUGC, required int releaseDate, required String? remoteProvider, required bool isForKids, required bool isPanorama, required bool isHDR, required bool isPay, required bool isPicked, required Map? customAttributes})
const

Properties

channel int
final
customAttributes Map?
final
format int
final
gid int
final
hash String?
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
isForKids bool
final
isHDR bool
final
isPanorama bool
final
isPay bool
final
isPicked bool
final
isUGC bool
final
licenseBy int
final
originalDomain int
final
releaseDate int
final
remoteProvider String?
final
remoteReference String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamtype String?
final
studio int
final
subtitle String?
final
thumb String?
final
title 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.
override

Operators

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