ModerationGetReposInput.fromJson constructor

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

Implementation

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