ProPresentation class

Constructors

ProPresentation(ProRemoteClient parent, {String presentationName = '', String presentationPath = '', int slideQuality = 0})
ProPresentation.fromMap(ProRemoteClient parent, Map data)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastQuality int
getter/setter pair
parent ProRemoteClient
getter/setter pair
presentationName String
getter/setter pair
presentationPath String
getter/setter pair
presentationSlideGroups List<ProSlideGroup>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideQuality int
getter/setter pair
slides List<ProSlide>
getter/setter pair

Methods

mergePresentation(ProPresentation other) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reComputeSlides() → void
slideAt(int i) ProSlide?
toString() String
A string representation of this object.
inherited

Operators

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