followingCount property

  1. @JsonKey(name: 'following')
int? followingCount
final

Number of People this Organization is Following

Implementation

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