ReportResponse constructor
ReportResponse({
- required CallReportResponse call,
- required ParticipantReportResponse participants,
- required UserRatingReportResponse userRatings,
Returns a new ReportResponse instance.
Implementation
ReportResponse({
required this.call,
required this.participants,
required this.userRatings,
});