bubbles property

  1. @JsonKey(name: 'bubbles')
List<DestinyBubbleDefinition>? bubbles
getter/setter pair

This provides the unique identifiers for every bubble in the destination (only guaranteed unique within the destination), and any intrinsic properties of the bubble. bubbleSettings and bubbles both have the identical number of entries, and you should match up their indexes to provide matching bubble and bubbleSettings data.

Implementation

@JsonKey(name:'bubbles')
List<DestinyBubbleDefinition>? bubbles;