innerList property

List<Hyperlink> innerList

Gets the inner list.

Implementation

List<Hyperlink> get innerList {
  return _hyperlink;
}