socketIndex property
The index into the socket array, which identifies the specific socket being operated on. We also need to know the socketArrayType in order to uniquely identify the socket. Don't point to or try to insert a plug into an infusion socket. It won't work.
Implementation
@JsonKey(name:'socketIndex')
int? socketIndex;