isFont property

bool get isFont

Convenience getter to check of the top MediaTopType is font

Implementation

bool get isFont => top == MediaToptype.font;