Attachment constructor
Attachment({})
Implementation
Attachment(
{required this.data,
this.id,
this.description,
this.filename,
this.mediaType,
this.format,
this.lastmodTime,
this.byteCount});