isBinary property

bool isBinary

Tells whether this message contains binary. If this is false, it's a text message.

Implementation

bool get isBinary => _isBinary;