isBinary property

bool isBinary

Whether the data is raw bytes.

Implementation

bool get isBinary => !isText;