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