DestinyPresentationNodesComponent.fromJson constructor

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

Implementation

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