RequestPath constructor

RequestPath(
  1. List<String> segments
)

Default constructor for RequestPath.

There is no need to invoke this constructor manually.

Implementation

RequestPath(this.segments);