AttachmentProjection constructor
AttachmentProjection({})
Returns a new AttachmentProjection instance.
Implementation
AttachmentProjection({
this.name,
this.contentLength,
required this.userId,
required this.attachmentId,
required this.createdAt,
required this.updatedAt,
this.contentType,
});