menu
sendbird_sdk package
documentation
core/models/file_info.dart
FileInfo
FileInfo constructor
FileInfo constructor
dark_mode
light_mode
FileInfo
constructor
FileInfo
(
{
String
?
name
,
String
?
url
,
String
?
mimeType
,
int
?
fileSize
,
File
?
file
,
Uint8List
?
fileBytes
,
})
Implementation
FileInfo( {this.name, this.url, this.mimeType, this.fileSize, this.file, this.fileBytes});
sendbird_sdk package
documentation
core/models/file_info
FileInfo
FileInfo constructor
FileInfo class