SlidePhoto3Up class

Inheritance
Annotations
  • @JsonSerializable(createFactory: false)

Constructors

SlidePhoto3Up({String name = 'Photo 3 Up', ImageReference? image1, ImageReference? image2, ImageReference? image3, TextValue? speakerNotes, bool slideNumber = false})

Properties

background ↔ SlideBackground
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasNotes bool
no setterinherited
id int
getter/setter pairinherited
image1 ImageReference?
getter/setter pair
image2 ImageReference?
getter/setter pair
image3 ImageReference?
getter/setter pair
imageRefs Map<int, ImageReference?>
getter/setter pairinherited-setteroverride-getter
index int
getter/setter pairinherited
isLast bool
getter/setter pairinherited
layoutId int
getter/setter pairinherited-setteroverride-getter
localRId int?
getter/setter pairinherited
name String
getter/setter pairinherited
notesId int
getter/setter pairinherited
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 pairinherited
source String
no setteroverride
speakerNotes TextValue?
getter/setter pairinherited

Methods

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

Operators

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