MediaParentData class

Structure, descriping a media entity parent.

Annotations

Constructors

MediaParentData({required int id, required int gid, required String? hash, required String? title, required String? subtitle, required String? thumb, required String? streamtype, required int originalDomain, required int releaseDate, required int licenseBy, required int channel, required int format, 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
licenseBy int
final
originalDomain int
final
releaseDate int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamtype String?
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