fileTypeVideoStory property
The file is a video published as a story
Implementation
FileTypeVideoStory? get fileTypeVideoStory {
if (this is FileTypeVideoStory) {
return this as FileTypeVideoStory;
}
return null;
}
The file is a video published as a story
FileTypeVideoStory? get fileTypeVideoStory {
if (this is FileTypeVideoStory) {
return this as FileTypeVideoStory;
}
return null;
}