translationBlock property

  1. @JsonKey(name: 'translationBlock')
DestinyItemTranslationBlockDefinition? translationBlock
getter/setter pair

If this item can be rendered, this block will be non-null and will be populated with rendering information.

Implementation

@JsonKey(name:'translationBlock')
DestinyItemTranslationBlockDefinition? translationBlock;