publicReposCount property

  1. @JsonKey(name: 'public_repos')
int? publicReposCount
getter/setter pair

Number of public repositories that this user has

Implementation

@JsonKey(name: 'public_repos')
int? publicReposCount;