isBinary property

bool get isBinary

Returns true if this message is a binary message.

Implementation

bool get isBinary => type == 'binary';