Path constructor
const
Path([
- String? name
Reads the {name} segment, defaulting to the parameter name.
Implementation
const Path([this.name]);
Reads the {name} segment, defaulting to the parameter name.
const Path([this.name]);