OnUserLeaveParams constructor

OnUserLeaveParams({
  1. String userID = "",
  2. int reason = 0,
})

Implementation

OnUserLeaveParams({this.userID = "", this.reason = 0});