isWOFF2 property
bool
get
isWOFF2
Checks if a file path or URL represents a Web Open Font Format 2 file.
Implementation
bool get isWOFF2 => mimeType() == 'font/woff2';
Checks if a file path or URL represents a Web Open Font Format 2 file.
bool get isWOFF2 => mimeType() == 'font/woff2';