DestinyArtifactProfileScoped.fromJson constructor

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

Implementation

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