ChatReportReasonUnrelatedLocation.fromJson constructor

ChatReportReasonUnrelatedLocation.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

factory ChatReportReasonUnrelatedLocation.fromJson(Map<String, dynamic> json) => const ChatReportReasonUnrelatedLocation();