questTypeIdentifier property

  1. @JsonKey(name: 'questTypeIdentifier')
String? questTypeIdentifier
getter/setter pair

The identifier for the type of quest being performed, if any. Not associated with any fixed definition, yet.

Implementation

@JsonKey(name:'questTypeIdentifier')
String? questTypeIdentifier;