SubscribingEvent constructor

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

Implementation

SubscribingEvent(this.code, this.reason);