isApplication property

bool isApplication

Checks if this is an application media

Implementation

bool get isApplication => mediaType.startsWith('application/');