characters property

  1. @JsonKey(name: 'characters')
DictionaryComponentResponseOfint64AndDestinyCharacterComponent? characters
getter/setter pair

Basic information about each character, keyed by the CharacterId. COMPONENT TYPE: Characters

Implementation

@JsonKey(name:'characters')
DictionaryComponentResponseOfint64AndDestinyCharacterComponent? characters;