intensity property

  1. @JsonKey(name: 'intensity', fromJson: decodeForumRecruitmentIntensityLabel, toJson: encodeForumRecruitmentIntensityLabel)
ForumRecruitmentIntensityLabel? intensity
getter/setter pair

Implementation

@JsonKey(name:'intensity',fromJson:decodeForumRecruitmentIntensityLabel,toJson:encodeForumRecruitmentIntensityLabel)
ForumRecruitmentIntensityLabel? intensity;