PusherEventStreamMessage constructor

PusherEventStreamMessage({
  1. Event? event,
  2. ConnectionStateChange? connectionStateChange,
  3. ConnectionError? connectionError,
})

Implementation

PusherEventStreamMessage(
    {this.event, this.connectionStateChange, this.connectionError});