DestinyProfileCollectiblesComponent.fromJson constructor

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

Implementation

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