SendCallRating constructor
const
SendCallRating({
- required int callId,
- required int rating,
- required String comment,
- required List<
CallProblem> problems,
Sends a call rating
Implementation
const SendCallRating({
required this.callId,
required this.rating,
required this.comment,
required this.problems,
});