reportReasonViolence property

ReportReasonViolence? reportReasonViolence

The chat promotes violence

Implementation

ReportReasonViolence? get reportReasonViolence {
  if (this is ReportReasonViolence) {
    return this as ReportReasonViolence;
  }
  return null;
}