data property
The base item component, filled with properties that are generally useful to know in any item request or that don't feel worthwhile to put in their own component.
Implementation
@JsonKey(name:'data')
DestinyItemComponent? data;
The base item component, filled with properties that are generally useful to know in any item request or that don't feel worthwhile to put in their own component.
@JsonKey(name:'data')
DestinyItemComponent? data;