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