friendCount property

  1. @JsonKey(name: 'friendCount')
int? friendCount
getter/setter pair

Implementation

@JsonKey(name: 'friendCount')
int? friendCount;