RouteHandle constructor - RouteHandle - routing library - Dart API
RouteHandle
RouteHandle constructor
- String handle
Creates a new instance.
handleHandle value as it is provided by routing server.
Implementation
RouteHandle(this.handle);
Creates a new instance.
handle Handle value as it is provided by routing server.RouteHandle(this.handle);