DestinyActivityDifficultyTierCollectionComponent.fromJson constructor

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

Implementation

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