ParticipantReferralsResponse constructor
ParticipantReferralsResponse({})
Implementation
ParticipantReferralsResponse({
required this.ok,
required this.page,
required this.pageSize,
required this.totalPages,
required this.totalData,
required this.data,
});