isWOFF property

bool get isWOFF

Checks if a file path or URL represents a Web Open Font Format file.

Implementation

bool get isWOFF => mimeType() == 'application/x-font-woff';