SingleComponentResponseOfDestinyProfileComponent.fromJson constructor

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

Implementation

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