NavigationStack<T> constructor

NavigationStack<T>(
  1. List<T> items
)

Implementation

NavigationStack(List<T> items) : _items = List.of(items);