UserEvent constructor

UserEvent({
  1. required String userId,
})

Create a UserEvent with the given userId

Implementation

UserEvent({required this.userId});