ProSDSlide class

the SD API only sends a limited amount of slide data

Constructors

ProSDSlide(ProSettings settings)
stage display api sends slide data in multiple separate objects. One will send uid and text, but another will send the notes data. Since we don't know which comes firest, we use an empty constructor, and assign the values later.

Properties

baseUrl String
no setter
hashCode int
The hash code for this object.
no setterinherited
image ProSlideImage
latefinal
notes String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdImageBasename String
no setter
sdImageUrl String
no setter
settings ProSettings
getter/setter pair
text String
getter/setter pair
uid String
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.
inherited

Operators

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