UriRoute constructor

UriRoute(
  1. Widget echoBuilder(
    1. BuildContext,
    2. Uri uri
    )
)

Implementation

UriRoute(this.echoBuilder);