characterId property

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

If the item is on a character, this will return the ID of the character that is holding the item.

Implementation

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