ChatAttachmentAttachment constructor

ChatAttachmentAttachment(
  1. String? name,
  2. String? localUrl,
  3. String? mimeType,
  4. int? size,
  5. String? url,
  6. String? attachmentError,
)

Implementation

ChatAttachmentAttachment(
  this.name,
  this.localUrl,
  this.mimeType,
  this.size,
  this.url,
  this.attachmentError,
);