TeamJoined constructor

TeamJoined(
  1. Channel user,
  2. String team
)

Implementation

TeamJoined(this.user, this.team);