raceType property

  1. @JsonKey(name: 'raceType', fromJson: decodeDestinyRace, toJson: encodeDestinyRace)
DestinyRace? raceType
getter/setter pair

An enumeration defining the existing, known Races/Species for player characters. This value will be the enum value matching this definition.

Implementation

@JsonKey(name:'raceType',fromJson:decodeDestinyRace,toJson:encodeDestinyRace)
DestinyRace? raceType;