isImage property

bool get isImage

Convenience getter to check of the top MediaTopType is image

Implementation

bool get isImage => top == MediaToptype.image;