DestinyPublicMilestone.fromJson constructor

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

Implementation

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