Page constructor

Page({
  1. LayoutProperties? layoutProperties,
  2. MasterProperties? masterProperties,
  3. NotesProperties? notesProperties,
  4. String? objectId,
  5. List<PageElement>? pageElements,
  6. PageProperties? pageProperties,
  7. String? pageType,
  8. String? revisionId,
  9. SlideProperties? slideProperties,
})

Implementation

Page({
  this.layoutProperties,
  this.masterProperties,
  this.notesProperties,
  this.objectId,
  this.pageElements,
  this.pageProperties,
  this.pageType,
  this.revisionId,
  this.slideProperties,
});