questTypeHash property

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

A hashed value for the questTypeIdentifier, because apparently I like to be redundant.

Implementation

@JsonKey(name:'questTypeHash')
int? questTypeHash;