fileTypeVideo property
The file is a video
Implementation
FileTypeVideo? get fileTypeVideo {
if (this is FileTypeVideo) {
return this as FileTypeVideo;
}
return null;
}
The file is a video
FileTypeVideo? get fileTypeVideo {
if (this is FileTypeVideo) {
return this as FileTypeVideo;
}
return null;
}