Document constructor
Document({})
Implementation
Document({
this.content,
this.contentLengthBytes,
this.dataSource,
this.description,
this.name,
this.title,
this.updateTime,
this.uri,
this.view,
});