followingCount property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
int? followingCount
final

Number of users this user is following.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final int? followingCount;