DestinyPresentationNodeChildEntry.fromJson constructor

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

Implementation

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