DestinyProfileResponse.fromJson constructor

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

Implementation

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