AttachmentMessage constructor

AttachmentMessage(
  1. dynamic key,
  2. dynamic digest,
  3. String attachmentId,
  4. String mimeType,
  5. int size,
  6. String? name,
  7. int? width,
  8. int? height,
  9. String? thumbnail,
  10. int? duration,
  11. dynamic waveform,
  12. String? caption,
  13. String? createdAt,
)

Implementation

AttachmentMessage(
  this.key,
  this.digest,
  this.attachmentId,
  this.mimeType,
  this.size,
  this.name,
  this.width,
  this.height,
  this.thumbnail,
  this.duration,
  this.waveform,
  this.caption,
  this.createdAt,
);