itemInstanceId property

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

The current Quest Step will be an instanced item in the player's inventory. If you care about that, this is the instance ID of that item.

Implementation

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