UserUnbannedEvent constructor
UserUnbannedEvent({
- Map<
String, Object> channelCustom = const {}, - String? channelId,
- int? channelMemberCount,
- int? channelMessageCount,
- String? channelType,
- String? cid,
- required DateTime createdAt,
- UserResponseCommonFields? createdBy,
- Map<
String, Object> custom = const {}, - DateTime? receivedAt,
- bool? shadow,
- String? team,
- String type = 'user.unbanned',
- required UserResponseCommonFields user,
Returns a new UserUnbannedEvent instance.
Implementation
UserUnbannedEvent({
this.channelCustom = const {},
this.channelId,
this.channelMemberCount,
this.channelMessageCount,
this.channelType,
this.cid,
required this.createdAt,
this.createdBy,
this.custom = const {},
this.receivedAt,
this.shadow,
this.team,
this.type = 'user.unbanned',
required this.user,
});