DestinyPresentationNodeCollectibleChildEntry.fromJson constructor

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

Implementation

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