screenshot property

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

If we were able to acquire an in-game screenshot for the item, the path to that screenshot will be returned here. Note that not all items have screenshots: particularly not any non-equippable items.

Implementation

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