costs property

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

A summary of the current costs of the item.

Implementation

@JsonKey(name:'costs')
List<DestinyItemQuantity>? costs;