value property

int? value

Implementation

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