GoogleCastTvShowMediaMetadataAndroid class
- Inheritance
-
- Object
- GoogleCastMediaMetadata
- GoogleCastTvShowMediaMetadata
- GoogleCastTvShowMediaMetadataAndroid
- Available extensions
Constructors
-
GoogleCastTvShowMediaMetadataAndroid({int? episode, List<
GoogleCastImage> ? images, DateTime? originalAirDate, int? season, String? seriesTitle}) -
GoogleCastTvShowMediaMetadataAndroid.fromMap(Map<
String, dynamic> map) -
factory
Properties
- episode → int?
-
optional Episode number (in the season) of the t.v. show
finalinherited
- extractedTitle → String?
-
Available on GoogleCastMediaMetadata, provided by the GoogleCastMediaMetadataExtensions extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
GoogleCastImage> ? -
finalinherited
- metadataType → GoogleCastMediaMetadataType
-
finalinherited
- originalAirDate → 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 episode was released. Player
can independently retrieve originalAirDate
using content_id or it can be given
by the sender in the Load message
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- season → int?
-
optional Descriptive subtitle of the t.v.
episode. Player can independently retrieve
title using content_id or it can be
given by the sender in the Load message
optional Season number of the t.v. show
finalinherited
- seriesTitle → String?
-
optional Descriptive title of the t.v. series.
Player can independently retrieve title
using content_id or it can be given
by the sender in the Load message
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited