The unique Id of the element
@override String getId() { if (headings.isEmpty) { toHtml(); // Hack to force `CollectHeadersForIndexable` to run. } return NestedIndexable.from(headings).self.getId(); }