VideoAbuseReportSecondaryReason constructor

VideoAbuseReportSecondaryReason({
  1. String? id,
  2. String? label,
})

Implementation

VideoAbuseReportSecondaryReason({
  this.id,
  this.label,
});