ChatReportReasonSpam.fromJson constructor

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

Parse from a json

Implementation

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