RouteUriParse constructor

RouteUriParse(
  1. String routeUri
)

Implementation

RouteUriParse(this.routeUri) {
  _uri = Uri.parse(this.routeUri);
}