isBinary property

bool get isBinary

Whether data carries a binary (base64-encoded) body.

Implementation

bool get isBinary => dataEncoding == 'base64';