DestinyMilestoneChallengeDefinition.fromJson constructor

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

Implementation

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