stringVariables property

  1. @JsonKey(name: 'stringVariables')
SingleComponentResponseOfDestinyStringVariablesComponent? stringVariables
getter/setter pair

A map of string variable values by hash for this character context. COMPONENT TYPE: StringVariables

Implementation

@JsonKey(name:'stringVariables')
SingleComponentResponseOfDestinyStringVariablesComponent? stringVariables;