DestinyLinkedProfilesResponse.fromJson constructor

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

Implementation

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