value property

int? value

Implementation

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