artRegions property

  1. @JsonKey(name: 'artRegions')
Map<String, int>? artRegions
getter/setter pair

A dictionary for rendering gear components, with: key = Art Arrangement Region Index value = The chosen Arrangement Index for the Region, based on the value of a stat on the item used for making the choice.

Implementation

@JsonKey(name:'artRegions')
Map<String, int>? artRegions;