reportReasonChildAbuse property
The chat has child abuse related content
Implementation
ReportReasonChildAbuse? get reportReasonChildAbuse {
if (this is ReportReasonChildAbuse) {
return this as ReportReasonChildAbuse;
}
return null;
}
The chat has child abuse related content
ReportReasonChildAbuse? get reportReasonChildAbuse {
if (this is ReportReasonChildAbuse) {
return this as ReportReasonChildAbuse;
}
return null;
}