craftables property

  1. @JsonKey(name: 'craftables')
Map<String, DestinyCraftableComponent>? craftables
getter/setter pair

A map of craftable item hashes to craftable item state components.

Implementation

@JsonKey(name:'craftables')
Map<String, DestinyCraftableComponent>? craftables;