isControl property
bool
get
isControl
Returns true if this message is a control message (ping/pong).
Implementation
bool get isControl => type == 'ping' || type == 'pong';
Returns true if this message is a control message (ping/pong).
bool get isControl => type == 'ping' || type == 'pong';