SlideProperties constructor

SlideProperties({
  1. bool? isSkipped,
  2. String? layoutObjectId,
  3. String? masterObjectId,
  4. Page? notesPage,
})

Implementation

SlideProperties({
  this.isSkipped,
  this.layoutObjectId,
  this.masterObjectId,
  this.notesPage,
});