GoogleCastMovieMediaMetadata class
Describes a movie media artifact.
- Inheritance
-
- Object
- GoogleCastMediaMetadata
- GoogleCastMovieMediaMetadata
- Implementers
- Available extensions
Constructors
-
GoogleCastMovieMediaMetadata({String? title, String? subtitle, String? studio, List<
GoogleCastImage> ? images, DateTime? releaseDate})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
GoogleCastImage> ? -
finalinherited
- metadataType → GoogleCastMediaMetadataType
-
finalinherited
- releaseDate → DateTime?
-
optional Array of URL(s) to an image associated
with the content. The initial value of the field
can be provided by the sender in the Load message.
Should provide recommended sizes
optional ISO 8601 date and time this content
was released. Player can independently retrieve
title using content_id or it can be given by the
sender in the Load message
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studio → String?
-
optional Studio which released the content.
Player can independently retrieve studio
using content_id or it can be given by
the sender in the Load message
final
- subtitle → String?
-
optional Descriptive subtitle
of the content. Player can
independently retrieve title
using content_id or it can be
given by the sender in
the Load message
final
- title → String?
-
optional Descriptive title
of the content. Player can
independently retrieve title using
content_id or it can be given by
the sender in the Load message
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited