GooglCastPhotoMediaMetadataAndroid class

Inheritance
Available extensions

Constructors

GooglCastPhotoMediaMetadataAndroid({String? artist, DateTime? creationDateTime, int? height, double? latitude, String? location, double? longitude, String? title, int? width})
GooglCastPhotoMediaMetadataAndroid.fromMap(Map<String, dynamic> map)
factory

Properties

artist String?
string optional Name of the photographer. Player can independently retrieve artist using content_id or it can be given by the sender in the Load message
finalinherited
creationDateTime DateTime?
string (ISO 8601) optional ISO 8601 date and time this photograph was taken. Player can independently retrieve creationDateTime using content_id or it can be given by the sender in the Load message
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height int?
integer optional Height in pixels of the photograph. Player can independently retrieve height using content_id or it can be given by the sender in the Load message
finalinherited
images List<GoogleCastImage>?
finalinherited
latitude double?
double optional Geographical latitude value for the location where the photograph was taken. Player can independently retrieve latitude using content_id or it can be given by the sender in the Load message
finalinherited
location String?
string optional Verbal location where the photograph was taken; for example, "Madrid, Spain." Player can independently retrieve location using content_id or it can be given by the sender in the Load message
finalinherited
longitude double?
double optional Geographical longitude value for the location where the photograph was taken. Player can independently retrieve longitude using content_id or it can be given by the sender in the Load message
finalinherited
metadataType GoogleCastMediaMetadataType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
string optional Title of the photograph. Player can independently retrieve title using content_id or it can be given by the sender in the Load message
finalinherited
width int?
integer optional Width in pixels of the photograph. Player can independently retrieve width 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