storyContentVideo property
A video story
Implementation
StoryContentVideo? get storyContentVideo {
if (this is StoryContentVideo) {
return this as StoryContentVideo;
}
return null;
}
A video story
StoryContentVideo? get storyContentVideo {
if (this is StoryContentVideo) {
return this as StoryContentVideo;
}
return null;
}