menu
sendbird_sdk package
documentation
core/models/file_info.dart
FileInfo
FileInfo.fromUrl constructor
FileInfo.fromUrl constructor
dark_mode
light_mode
FileInfo.fromUrl
constructor
FileInfo.fromUrl
(
{
required
String
?
url
,
String
?
mimeType
,
int
?
fileSize
,
String
?
name
,
})
Implementation
FileInfo.fromUrl({ required this.url, this.mimeType, this.fileSize, this.name, }) : file = null;
sendbird_sdk package
documentation
core/models/file_info
FileInfo
FileInfo.fromUrl constructor
FileInfo class