GoogleCastMediaMetadata class
Holds metadata type and images for a media item.
Constructors
-
GoogleCastMediaMetadata({required GoogleCastMediaMetadataType metadataType, List<
GoogleCastImage> ? images}) - Creates a new GoogleCastMediaMetadata instance.
Properties
- extractedSubtitle → String?
-
Available on GoogleCastMediaMetadata, provided by the GoogleCastMediaMetadataExtensions extension
Extracts the subtitle from the metadata based on the metadata type.no setter - extractedTitle → String?
-
Available on GoogleCastMediaMetadata, provided by the GoogleCastMediaMetadataExtensions extension
Extracts the title from the metadata based on the metadata type.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
GoogleCastImage> ? -
List of images associated with the media.
final
- metadataType → GoogleCastMediaMetadataType
-
The type of media metadata.
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
-
toMap(
) → Map< String, dynamic> - Converts the object to a map for serialization.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited