itemInstanceId property
The instance ID of the item in question (all items that can be equipped must, but definition, be Instanced and thus have an Instance ID that you can use to refer to them)
Implementation
@JsonKey(name:'itemInstanceId')
String? itemInstanceId;