copy method

Implementation

SplitRoutePath copy() {
  return SplitRoutePath._copy([]..addAll(pageInstances));
}