DestinyProfileProgressionComponent.fromJson constructor

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

Implementation

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