PathParam.inherit constructor

const PathParam.inherit([
  1. String? name
])

Use this constructor to inherit a dynamic-segment from a parent path

Implementation

const PathParam.inherit([this.name]) : _inherited = true;