repositories property

  1. @JsonKey(name: 'repositories')
List<Repository>? repositories
getter/setter pair

Repositories ( with type: repository) that have this institution as their host_organization.

Implementation

@JsonKey(name: 'repositories')
List<Repository>? repositories;