ModerationSearchReposOutput.fromJson constructor

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

Implementation

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