Slide class abstract

Implementers
Annotations
  • @JsonSerializable(createFactory: false)

Constructors

Slide({required String name, TextValue? speakerNotes, bool slideNumber = false})

Properties

background ↔ SlideBackground
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasNotes bool
no setter
id int
getter/setter pairinherited
imageRefs Map<int, ImageReference?>
getter/setter pair
index int
getter/setter pairinherited
isLast bool
getter/setter pairinherited
layoutId int
getter/setter pair
localRId int?
getter/setter pairinherited
name String
getter/setter pair
notesId int
getter/setter pair
order int
no setterinherited
rId int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideNumber bool
getter/setter pair
source String
no setter
speakerNotes TextValue?
getter/setter pair

Methods

generateLocalIds(Arc arc) Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderRelTemplate(Arc arc) String
renderTemplate(Arc arc) String
replaceNulls(Map<String, dynamic> data) Map<String, dynamic>
toJson() Map<String, dynamic>
toMap(Arc arc) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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