isFont property

bool get isFont

Checks if this is a font

Implementation

bool get isFont => mediaType.startsWith('font/');