ParticipantRequestedData constructor

ParticipantRequestedData(
  1. {required Request userRequest}
)

Implementation

ParticipantRequestedData({required this.userRequest});