factions property

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

A dictionary of all known Factions, keyed by the Faction's hash. It contains data about this character's status with the faction.

Implementation

@JsonKey(name:'factions')
Map<String, DestinyFactionProgression>? factions;