ModerationCreateReportInput.fromJson constructor

ModerationCreateReportInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ModerationCreateReportInput.fromJson(Map<String, Object?> json) =>
    _$ModerationCreateReportInputFromJson(json);