isVideo property

bool isVideo

Is the associated message part a video?

Implementation

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