hash property

  1. @JsonKey(name: 'hash')
int? hash
getter/setter pair

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;