DestinyActivityDifficultyTierCollectionDefinition.fromJson constructor

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

Implementation

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