group property
- @JsonKey(name: 'group', fromJson: decodeDestinyStatsGroupType, toJson: encodeDestinyStatsGroupType)
getter/setter pair
Statistic group
Implementation
@JsonKey(name:'group',fromJson:decodeDestinyStatsGroupType,toJson:encodeDestinyStatsGroupType)
DestinyStatsGroupType? group;