SendCallRating constructor
SendCallRating({
- InputCall? callId,
- required int rating,
- String? comment,
- required List<
CallProblem> problems,
Implementation
SendCallRating({
this.callId,
required this.rating,
this.comment,
required this.problems,
});