itemInstanceId property
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;
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.
@JsonKey(name:'itemInstanceId')
String? itemInstanceId;