UnblockedUserEvent constructor
UnblockedUserEvent({
- required String callCid,
- required DateTime createdAt,
- String type = 'call.unblocked_user',
- required UserResponse user,
Returns a new UnblockedUserEvent instance.
Implementation
UnblockedUserEvent({
required this.callCid,
required this.createdAt,
this.type = 'call.unblocked_user',
required this.user,
});