DestinyHistoricalStatsByPeriod.fromJson constructor

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

Implementation

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