position property

  1. @JsonKey(name: 'position')
DestinyPositionDefinition? position
getter/setter pair

The position on the map of the art element.

Implementation

@JsonKey(name:'position')
DestinyPositionDefinition? position;