RouteHandle constructor

RouteHandle(
  1. String handle
)

Creates a new instance.

  • handle Handle value as it is provided by routing server.

Implementation

RouteHandle(this.handle);