parse method

List<Link> parse()

Implementation

List<Link> parse() {
  return <Link>[];
}