firstOf<T> function
Takes whichever of extractors succeeds first.
Implementation
FromRequestParts<T> firstOf<T>(List<FromRequestParts<T>> extractors) =>
FirstOf<T>(extractors);
Takes whichever of extractors succeeds first.
FromRequestParts<T> firstOf<T>(List<FromRequestParts<T>> extractors) =>
FirstOf<T>(extractors);