state property
A flags enumeration indicating the transient/custom states of the item that affect how it is rendered: whether it's tracked or locked for example, or whether it has a masterwork plug inserted.
Implementation
@JsonKey(name:'state')
ItemState? state;