isImage property

bool isImage

Convenience getter to check of the top MediaTopType is image

Implementation

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