followingCount property

  1. @JsonKey(name: 'following')
int? followingCount
getter/setter pair

Number of Users that this user follows

Implementation

@JsonKey(name: 'following')
int? followingCount;