PusherEventStreamMessage constructor
PusherEventStreamMessage({
- Event? event,
- ConnectionStateChange? connectionStateChange,
- ConnectionError? connectionError,
Implementation
PusherEventStreamMessage(
{this.event, this.connectionStateChange, this.connectionError});