buckets property

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

A list of inventory buckets and other metadata to show on the screen.

Implementation

@JsonKey(name:'buckets')
List<DestinyVendorInventoryFlyoutBucketDefinition>? buckets;