publicReposCount property

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

Number of Public Repositories

Implementation

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