CloseEvent constructor

CloseEvent(
  1. int code,
  2. String reason,
  3. bool wasClean
)

Implementation

CloseEvent(this.code, this.reason, this.wasClean) : super(EVENT_CLOSE);