DestinyMilestoneContentItemCategory.fromJson constructor

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

Implementation

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