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