hash property
The hash identifier of the entity. You will use this to look up the DestinyDefinition relevant for the entity found.
Implementation
@JsonKey(name:'hash')
int? hash;
The hash identifier of the entity. You will use this to look up the DestinyDefinition relevant for the entity found.
@JsonKey(name:'hash')
int? hash;