SingleComponentResponseOfDestinyProfileCollectiblesComponent.fromJson constructor

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

Implementation

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