bindStatus property
- @JsonKey(name: 'bindStatus', fromJson: decodeItemBindStatus, toJson: encodeItemBindStatus)
getter/setter pair
If the item is bound to a location, it will be specified in this enum.
Implementation
@JsonKey(name:'bindStatus',fromJson:decodeItemBindStatus,toJson:encodeItemBindStatus)
ItemBindStatus? bindStatus;