isVideo property

bool get isVideo

Returns true if this data is Video, otherwise false.

Implementation

bool get isVideo => this is UPostEmbedVideo;