TimelineReportAbuse constructor

TimelineReportAbuse({
  1. required AbuseCategory abuseCategory,
  2. String reason = '',
  3. int? plurkId,
  4. int? responseId,
})

Implementation

TimelineReportAbuse({
  required this.abuseCategory,
  this.reason = '',
  this.plurkId,
  this.responseId,
});