ValidatedExtractable<T extends Validatable> constructor
const
ValidatedExtractable<T extends Validatable> (
- FromRequestParts<
T> inner
Validates whatever inner produces.
Implementation
const ValidatedExtractable(this.inner);