followers property

  1. @JsonKey(name: 'followers')
int followers
final

How many users follow this user

Implementation

@JsonKey(name: 'followers')

/// How many users follow this user
final int followers;