WebPageInstantView constructor

WebPageInstantView({
  1. String? extra,
  2. int? client_id,
  3. vector<PageBlock>? page_blocks,
  4. int32? view_count,
  5. int32? version,
  6. Bool? is_rtl,
  7. Bool? is_full,
  8. InternalLinkType? feedback_link,
})

Implementation

WebPageInstantView({
  super.extra,
  super.client_id,
  this.page_blocks,
  this.view_count,
  this.version,
  this.is_rtl,
  this.is_full,
  this.feedback_link,
});