ChatMessageAttachmentViewModel constructor

ChatMessageAttachmentViewModel({
  1. String? src,
  2. String? mimeType,
  3. AttachmentType? type,
  4. AttachmentProvider? provider,
})

Implementation

ChatMessageAttachmentViewModel({
  this.src,
  this.mimeType,
  this.type,
  this.provider,
});