WebPage constructor
Creates a new WebPage object.
- url: URL of the web page that contains the content that you want to save for referencing.
- deepCrawl: Boolean value for enabling deep crawl of the website
if set to
true
. Default isfalse
Implementation
WebPage(this.url, {this.deepCrawl = false});