itemDetailString property

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

This is meant to be a subtitle for looking at the talent grid. In practice, somewhat frustratingly, this always merely says the localized word for "Details". Great. Maybe it'll have more if talent grids ever get used for more than builds and subclasses again.

Implementation

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