isBroadcasted property

bool isBroadcasted
final

Whether this event should be broadcasted or not. Events that are not broadcasted are only sent to opponent's socket.

This field is filled in by server so clients do not need to set it. If the client sets this field, it is ignored by the server and re-set.

Implementation

final bool isBroadcasted;