DestinyPublicMilestoneChallenge.fromJson constructor

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

Implementation

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