UserUnbannedEvent constructor
UserUnbannedEvent({})
Returns a new UserUnbannedEvent instance.
Implementation
UserUnbannedEvent({
required this.channelId,
required this.channelType,
required this.cid,
required this.createdAt,
required this.shadow,
this.team,
this.type = 'user.unbanned',
this.user,
});