A simplified copyWith
Returns a new AutoRoute instance with the provided path
AutoRoute changePath(String path) => copyWith(path: path);