Attachment constructor
const
Attachment({})
Implementation
const factory Attachment({
required int id,
required String checksum,
required String filename,
required String name,
required String mimetype,
}) = _Attachment;