stackRouteNames property

List<String?> stackRouteNames

Implementation

List<String?> get stackRouteNames =>
    stack.map((it) => it!.settings.name).toList();