followersCount property

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

Number of users that follow this user.

Implementation

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