WebPage constructor

WebPage(
  1. String url
)

Creates a new WebPage object.

  • url: URL of the web page that contains the content that you want to save for referencing.

Implementation

WebPage(this.url);