ChatMessageAttachmentViewModel constructor
ChatMessageAttachmentViewModel({
- String? src,
- String? mimeType,
- AttachmentType? type,
- AttachmentProvider? provider,
Implementation
ChatMessageAttachmentViewModel({
this.src,
this.mimeType,
this.type,
this.provider,
});