tone property

  1. @JsonKey(name: 'tone', fromJson: decodeForumRecruitmentToneLabel, toJson: encodeForumRecruitmentToneLabel)
ForumRecruitmentToneLabel? tone
getter/setter pair

Implementation

@JsonKey(name:'tone',fromJson:decodeForumRecruitmentToneLabel,toJson:encodeForumRecruitmentToneLabel)
ForumRecruitmentToneLabel? tone;