isJson property

bool get isJson

Returns true if this message is a JSON message.

Implementation

bool get isJson => type == 'json';