value property

int? get value

Implementation

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