reportReasonPornography property
The chat contains pornographic messages
Implementation
ReportReasonPornography? get reportReasonPornography {
if (this is ReportReasonPornography) {
return this as ReportReasonPornography;
}
return null;
}