reportReasonFake property
The chat represents a fake account
Implementation
ReportReasonFake? get reportReasonFake {
if (this is ReportReasonFake) {
return this as ReportReasonFake;
}
return null;
}
The chat represents a fake account
ReportReasonFake? get reportReasonFake {
if (this is ReportReasonFake) {
return this as ReportReasonFake;
}
return null;
}