value property

int? value

Implementation

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