type property

MessageType get type

Implementation

MessageType get type => isBinary ? MessageType.binary : MessageType.text;