following property

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

How many users this user follows

Implementation

@JsonKey(name: 'following')

/// How many users this user follows
final int following;