Creates a new Link object from a JSON Map.
factory Link.fromJson(Map<String, dynamic> json) => _$LinkFromJson(json);