setPathRender method

void setPathRender(
  1. String path
)

Sets the rendered path for this route.

path is the full path after rendering.

Implementation

void setPathRender(String path) => _pathAfterRender = path;