Get route label
String? getLabel(String key, {String? defaultValue}) { return labels[key] ?? defaultValue; }