factions property
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;
A dictionary of all known Factions, keyed by the Faction's hash. It contains data about this character's status with the faction.
@JsonKey(name:'factions')
Map<String, DestinyFactionProgression>? factions;