popularity property

  1. @JsonKey(name: 'popularity', fromJson: decodeForumPostPopularity, toJson: encodeForumPostPopularity)
ForumPostPopularity? popularity
getter/setter pair

Implementation

@JsonKey(name:'popularity',fromJson:decodeForumPostPopularity,toJson:encodeForumPostPopularity)
ForumPostPopularity? popularity;