publicGistsCount property

  1. @JsonKey(name: 'public_gists')
int? publicGistsCount
getter/setter pair

Number of public gists that this user has

Implementation

@JsonKey(name: 'public_gists')
int? publicGistsCount;