decodeForumRecruitmentToneLabel function
Implementation
ForumRecruitmentToneLabel? decodeForumRecruitmentToneLabel (dynamic value) {
if(value == null) {
return null;
}
if(_$ForumRecruitmentToneLabelValueMap.containsKey(value)){
return _$ForumRecruitmentToneLabelValueMap[value];
}
return ForumRecruitmentToneLabel.ProtectedInvalidEnumValue;
}