UnsubscribedEvent constructor

UnsubscribedEvent(
  1. int code,
  2. String reason
)

Implementation

UnsubscribedEvent(this.code, this.reason);