SyncListReposByCollectionInput.fromJson constructor

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

Implementation

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