Page class

A page in a presentation.

Constructors

Page({LayoutProperties? layoutProperties, MasterProperties? masterProperties, NotesProperties? notesProperties, String? objectId, List<PageElement>? pageElements, PageProperties? pageProperties, String? pageType, String? revisionId, SlideProperties? slideProperties})
Page.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
layoutProperties LayoutProperties?
Layout specific properties.
getter/setter pair
masterProperties MasterProperties?
Master specific properties.
getter/setter pair
notesProperties NotesProperties?
Notes specific properties.
getter/setter pair
objectId String?
The object ID for this page.
getter/setter pair
pageElements List<PageElement>?
The page elements rendered on the page.
getter/setter pair
pageProperties PageProperties?
The properties of the page.
getter/setter pair
pageType String?
The type of the page. Possible string values are:
getter/setter pair
revisionId String?
The revision ID of the presentation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideProperties SlideProperties?
Slide specific properties.
getter/setter pair

Methods

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

Operators

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