Attachment constructor
Attachment({})
Implementation
Attachment({
this.id,
this.name,
this.contentType,
this.size,
this.isInline,
this.lastModifiedDateTime,
this.contentId,
this.contentBytes,
});
Attachment({
this.id,
this.name,
this.contentType,
this.size,
this.isInline,
this.lastModifiedDateTime,
this.contentId,
this.contentBytes,
});