VideoPresentation class Models

The VideoPresentation class gathers information about a video presentation.

Constructors

VideoPresentation(Participant owner, num timestamp, String url)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
owner Participant
The participant who started the presentation.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
timestamp num
The current video presentation timestamp used for seeking and pausing the video.
read / write
url String
The URL of the presented video file.
read / write

Methods

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

Operators

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