reportReasonCopyright property

ReportReasonCopyright? reportReasonCopyright

The chat contains copyrighted content

Implementation

ReportReasonCopyright? get reportReasonCopyright {
  if (this is ReportReasonCopyright) {
    return this as ReportReasonCopyright;
  }
  return null;
}