popularity property
- @JsonKey(name: 'popularity', fromJson: decodeForumPostPopularity, toJson: encodeForumPostPopularity)
getter/setter pair
Implementation
@JsonKey(name:'popularity',fromJson:decodeForumPostPopularity,toJson:encodeForumPostPopularity)
ForumPostPopularity? popularity;