ChatActionBarReportSpam.fromJson constructor

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

Parse from a json

Implementation

factory ChatActionBarReportSpam.fromJson(Map<String, dynamic> json) =>
    ChatActionBarReportSpam(
      canUnarchive: json['can_unarchive'],
    );