FriendActiveEvent constructor

FriendActiveEvent({
  1. required String userId,
  2. required User user,
})

Create a FriendActiveEvent with the given userId and user

Implementation

FriendActiveEvent({required super.userId, required super.user});