DestinyMilestoneContent.fromJson constructor

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

Implementation

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