Attachment constructor
const
Attachment({})
Creates an Attachment instance.
Implementation
const Attachment({
required this.id,
this.timestamp = 0,
required this.filename,
this.state = AttachmentState.queuedDownload,
this.localUri,
this.mediaType,
this.size,
this.hasSynced = false,
this.metaData,
});