SockJSOpenEvent constructor

SockJSOpenEvent(
  1. String transport,
  2. Uri url,
  3. Uri debugUrl
)

Constructs a SockJSOpenEvent.

Implementation

SockJSOpenEvent(this.transport, this.url, this.debugUrl) : super._('open');