routes property

List<String> routes

List of routes that this component can navigateTo.

Implementation

List<String> get routes => copyListString(_routes) ?? [];