isFont property

bool get isFont

Is the associated message part a font?

Implementation

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