factory Links.fromJson(Map<String, dynamic> json) => Links( about: List<About>.from(json["about"].map((x) => About.fromJson(x))), );