RouteNode constructor

RouteNode(
  1. String segment
)

Creates a new RouteNode for the given segment.

Implementation

RouteNode(this.segment);