asyncFromJson static method
Implementation
static Future<DestinyActivityInteractableReference> asyncFromJson(Map<String, dynamic> json) =>
compute<Map<String, dynamic>, DestinyActivityInteractableReference>((json)=>DestinyActivityInteractableReference.fromJson(json), json);