ReportAbuse constructor

ReportAbuse({
  1. required String videoId,
  2. required String reasonId,
  3. String? secondaryReasonId,
  4. String? comments,
  5. String? language,
})

Implementation

ReportAbuse(
    {required this.videoId,
    required this.reasonId,
    this.secondaryReasonId,
    this.comments,
    this.language});