DestinyActivityGraphReference.fromJson constructor

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

Implementation

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