ReportReasonCustom.fromJson constructor

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

Parse from a json

Implementation

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