query<T> function
Reads one query value, coerced to T. A nullable T makes it optional.
Implementation
FromRequestParts<T> query<T>(String name) => QueryExtractable<T>(name);
Reads one query value, coerced to T. A nullable T makes it optional.
FromRequestParts<T> query<T>(String name) => QueryExtractable<T>(name);