embedVideo property

EmbedVideo? get embedVideo

Implementation

EmbedVideo? get embedVideo => isEmbedVideo ? data as EmbedVideo : null;