reportReasonChildAbuse property

ReportReasonChildAbuse? reportReasonChildAbuse

The chat has child abuse related content

Implementation

ReportReasonChildAbuse? get reportReasonChildAbuse {
  if (this is ReportReasonChildAbuse) {
    return this as ReportReasonChildAbuse;
  }
  return null;
}