Router where(String paramName, String regex) { if (_routes.isNotEmpty) { _routes.last.regex ??= {}; _routes.last.regex![paramName] = regex; } return this; }