VideoAbuseReportReasonSnippet constructor

VideoAbuseReportReasonSnippet({
  1. String? label,
  2. List<VideoAbuseReportSecondaryReason>? secondaryReasons,
})

Implementation

VideoAbuseReportReasonSnippet({
  this.label,
  this.secondaryReasons,
});