isBinaryType property

bool isBinaryType

Implementation

bool get isBinaryType =>
    !isTextType &&
    (isImageType ||
        isVideoType ||
        isAudioType ||
        isFontType ||
        type.startsWith('application'));