Page constructor

Page({
  1. String? pageName,
  2. String? pageId,
  3. bool? pageSet,
  4. bool? pageExists,
  5. bool? pageVisible,
  6. String? shortcode,
  7. bool? shortcodeRequired,
  8. bool? shortcodePresent,
})

Implementation

Page({
  this.pageName,
  this.pageId,
  this.pageSet,
  this.pageExists,
  this.pageVisible,
  this.shortcode,
  this.shortcodeRequired,
  this.shortcodePresent,
});