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