Page constructor

Page({
  1. PageAuthor? author,
  2. PageBlog? blog,
  3. String? content,
  4. String? etag,
  5. String? id,
  6. String? kind,
  7. String? published,
  8. String? selfLink,
  9. String? status,
  10. String? title,
  11. String? trashed,
  12. String? updated,
  13. String? url,
})

Implementation

Page({
  this.author,
  this.blog,
  this.content,
  this.etag,
  this.id,
  this.kind,
  this.published,
  this.selfLink,
  this.status,
  this.title,
  this.trashed,
  this.updated,
  this.url,
});