ModerationGetRepoInput.fromJson constructor

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

Implementation

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