TeamLeft constructor

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

Implementation

TeamLeft(this.user, this.team);