static List<Link>? tryParse(String value) { try { return parse(value); } catch (e) { return null; } }