DestinyActivityInteractableReference.fromJson constructor

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

Implementation

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