DestinyHistoricalStatsValuePair.fromJson constructor

DestinyHistoricalStatsValuePair.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DestinyHistoricalStatsValuePair.fromJson(Map<String, dynamic> json) {
	return _$DestinyHistoricalStatsValuePairFromJson(json);
}