reportReasonViolence property
The chat promotes violence
Implementation
ReportReasonViolence? get reportReasonViolence {
if (this is ReportReasonViolence) {
return this as ReportReasonViolence;
}
return null;
}
The chat promotes violence
ReportReasonViolence? get reportReasonViolence {
if (this is ReportReasonViolence) {
return this as ReportReasonViolence;
}
return null;
}