DestinyPresentationChildBlock.fromJson constructor

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

Implementation

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