menu
sendbird_chat_sdk
sendbird_chat
FileInfo
FileInfo constructor
FileInfo
brightness_4
brightness_5
FileInfo
constructor
FileInfo
(
{
File
?
file
,
Uint8List
?
fileBytes
,
String
?
fileUrl
,
String
?
fileName
,
String
?
mimeType
,
int
?
fileSize
}
)
Implementation
FileInfo({ this.file, this.fileBytes, this.fileUrl, this.fileName, this.mimeType, this.fileSize, });
sendbird_chat_sdk
sendbird_chat
FileInfo
FileInfo constructor
FileInfo class
Constructors
FileInfo
fromFile
fromFileBytes
fromFileUrl
fromJson
Properties
file
fileBytes
fileName
fileSize
fileUrl
hasBinary
hashCode
hasSource
mimeType
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==