CastMedia class

Constructors

CastMedia({String? contentId, String? title, String? subtitle, bool autoPlay = true, double position = 0.0, double playbackRate = 1.0, String contentType = 'video/mp4', List<String>? images})

Properties

autoPlay bool
getter/setter pair
contentId String?
final
contentType String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
images List<String>?
getter/setter pair
playbackRate double
getter/setter pair
position double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
getter/setter pair
title String?
getter/setter pair

Methods

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

Operators

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