DestinyPresentationNodeComponent.fromJson constructor

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

Implementation

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