MediaMetadata class

Inheritance

Constructors

MediaMetadata({required String name, required MediaMetadataDetails details, required List<MetadataParentLink> parents, required Map<String, List<MediaFormat>> mediaTypes, MediaMetadataLinks? links, required ExtraMetadata extraMetadata})

Properties

details MediaMetadataDetails
final
extraMetadata ExtraMetadata
final
hashCode int
The hash code for this object.
no setterinherited
final
mediaTypes Map<String, List<MediaFormat>>
final
name String
final
parents List<MetadataParentLink>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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