OptionalExtractable<T> constructor

const OptionalExtractable<T>(
  1. FromRequestParts<T> inner
)

Wraps inner.

Implementation

const OptionalExtractable(this.inner);