characterId property
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;
If the item is on a character, this will return the ID of the character that is holding the item.
@JsonKey(name:'characterId')
String? characterId;