CommsAttachment constructor
CommsAttachment({})
Implementation
CommsAttachment({
this.width,
this.height,
this.fileKey,
required this.fileUrl,
this.thumbnailUrl,
this.blurHash,
this.fileName,
this.fileSize,
required this.fileType,
this.contentType,
});