ModerationDetail.fromJson constructor

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

Implementation

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