itemInstanceId property

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

The instance ID of the item having a plug inserted. Only instanced items can have sockets.

Implementation

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