ReportAbuse.fromJson constructor

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

Implementation

factory ReportAbuse.fromJson(Map<String, dynamic> json) =>
    _$ReportAbuseFromJson(json);