VideoAbuseReport constructor

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

Implementation

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