itemInstanceId property
If this quantity is referring to a specific instance of an item, this will have the item's instance ID. Normally, this will be null.
Implementation
@JsonKey(name:'itemInstanceId')
String? itemInstanceId;
If this quantity is referring to a specific instance of an item, this will have the item's instance ID. Normally, this will be null.
@JsonKey(name:'itemInstanceId')
String? itemInstanceId;