SyncSubscribeReposInput.fromJson constructor

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

Implementation

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