isJson property
bool
get
isJson
Returns true if this message is a JSON message.
Implementation
bool get isJson => type == 'json';
Returns true if this message is a JSON message.
bool get isJson => type == 'json';