DestinyCurrenciesComponent.fromJson constructor

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

Implementation

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