SingleComponentResponseOfDestinyPresentationNodesComponent.fromJson constructor

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

Implementation

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