group property

  1. @JsonKey(name: 'group', fromJson: decodeDestinyStatsGroupType, toJson: encodeDestinyStatsGroupType)
DestinyStatsGroupType? group
getter/setter pair

Statistic group

Implementation

@JsonKey(name:'group',fromJson:decodeDestinyStatsGroupType,toJson:encodeDestinyStatsGroupType)
DestinyStatsGroupType? group;