breadcrumbs property

List<String> get breadcrumbs

All breadcrumb labels from root to current level.

Implementation

List<String> get breadcrumbs => _history.map((e) => e.label).toList();