WebResult constructor

WebResult(String title, String contents, Uri url, DateTime datetime)

Implementation

WebResult(this.title, this.contents, this.url, this.datetime);