Player class

Allows the media object to be accessed through a web browser media player console.

Constructors

Player(String url)
Creates a new Player object
Player.fromXml(XmlElement node)
Creates a new Player object from an XmlElement
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height String?
is the height of the browser window that the URL should be opened in.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
is the URL of the player console that plays the media.
getter/setter pair
width String?
is the width of the browser window that the URL should be opened in.
getter/setter pair

Methods

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

Operators

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