value property

int? value

Implementation

int? get value {
  if (_$ForumRecruitmentIntensityLabelEnumMap.containsKey(this)){
    return _$ForumRecruitmentIntensityLabelEnumMap[this];
  }
  return null;
}