value property

int? get value

Implementation

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