ModerationGetReposOutput.fromJson constructor

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

Implementation

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