value property

int? value

Implementation

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