isVideo property

bool get isVideo

Convenience getter to check of the top MediaTopType is video

Implementation

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