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