encodeForumPostPopularity function

int? encodeForumPostPopularity(
  1. ForumPostPopularity? value
)

Implementation

int? encodeForumPostPopularity (ForumPostPopularity? value) {
  return value?.value;
}