DestinyActivityDifficultyTierComponent.fromJson constructor

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

Implementation

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