storyContentVideo property

StoryContentVideo? storyContentVideo

A video story

Implementation

StoryContentVideo? get storyContentVideo {
  if (this is StoryContentVideo) {
    return this as StoryContentVideo;
  }
  return null;
}