path<T> function
Reads the {name} path segment, coerced to T.
Implementation
FromRequestParts<T> path<T>(String name) => PathExtractable<T>(name);
Reads the {name} path segment, coerced to T.
FromRequestParts<T> path<T>(String name) => PathExtractable<T>(name);