navPointType property

  1. @JsonKey(name: 'navPointType', fromJson: decodeDestinyActivityNavPointType, toJson: encodeDestinyActivityNavPointType)
DestinyActivityNavPointType? navPointType
getter/setter pair

The type of Nav Point that this represents. See the enumeration for more info.

Implementation

@JsonKey(name:'navPointType',fromJson:decodeDestinyActivityNavPointType,toJson:encodeDestinyActivityNavPointType)
DestinyActivityNavPointType? navPointType;