hasLinks method

bool hasLinks()

Implementation

bool hasLinks() {
  return sections.any((section) => section.args.link != null);
}