reportReasonPornography property

ReportReasonPornography? reportReasonPornography

The chat contains pornographic messages

Implementation

ReportReasonPornography? get reportReasonPornography {
  if (this is ReportReasonPornography) {
    return this as ReportReasonPornography;
  }
  return null;
}