Attachment constructor
const
Attachment({})
Implementation
const Attachment({
this.id = '',
this.contentType = '',
this.fileName = '',
this.content = '',
this.contentId = '',
this.length = 0,
this.url = '',
});