menu
cometchat_sdk
models/attachment.dart
Attachment
Attachment constructor
Attachment
brightness_4
brightness_5
Attachment
constructor
Attachment
(
String
fileUrl
,
String
fileName
,
String
fileExtension
,
String
fileMimeType
,
int
?
fileSize
)
Implementation
Attachment( this.fileUrl, this.fileName, this.fileExtension, this.fileMimeType, this.fileSize, );
cometchat_sdk
attachment
Attachment
Attachment constructor
Attachment class