changePath method

AutoRoute changePath(
  1. String path
)

A simplified copyWith

Returns a new AutoRoute instance with the provided path

Implementation

AutoRoute changePath(String path) => copyWith(path: path);