Attachment constructor

Attachment(
  1. String attachmentId,
  2. String createdAt, {
  3. String? uploadUrl,
  4. String? viewUrl,
})

Implementation

Attachment(
  this.attachmentId,
  this.createdAt, {
  this.uploadUrl,
  this.viewUrl,
});