Slide class

Implemented types

Constructors

Slide({int index = 0, bool canDraw = false, bool canPoint = true, String note = ''})
Slide.fromStream(List<int> data)
factory

Properties

canDraw bool
Indicates whether the user can draw on the page while presenting
getter/setter pair
canPoint bool
Indicates whether the user can point on the page while presenting
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
Represents the page index
getter/setter pair
note String
Notes to be displayed on the presenter's screen
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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