Page constructor
Page({
- LayoutProperties? layoutProperties,
- MasterProperties? masterProperties,
- NotesProperties? notesProperties,
- String? objectId,
- List<
PageElement> ? pageElements, - PageProperties? pageProperties,
- String? pageType,
- String? revisionId,
- SlideProperties? slideProperties,
Implementation
Page({
this.layoutProperties,
this.masterProperties,
this.notesProperties,
this.objectId,
this.pageElements,
this.pageProperties,
this.pageType,
this.revisionId,
this.slideProperties,
});