buildName property

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

A shortcut string identifier for the "build" in question, if this talent grid has an associated build. Doesn't map to anything we can expose at the moment.

Implementation

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