ModerationSearchReposInput.fromJson constructor

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

Implementation

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