isBinary property
bool
get
isBinary
Tells whether this message contains binary. If this is false, it's a text message.
Implementation
bool get isBinary => _isBinary;
Tells whether this message contains binary. If this is false, it's a text message.
bool get isBinary => _isBinary;