isVideo property

bool get isVideo

Is the associated message part a video?

Implementation

bool get isVideo => mediaType?.top == MediaToptype.video;