document property
Document?
document
getter/setter pair
the document that parse the html using html package.
Implementation
late Document? document;
the document that parse the html using html package.
late Document? document;