ContextExtractable<T> constructor

const ContextExtractable<T>(
  1. String key
)

Reads the context entry named key.

Implementation

const ContextExtractable(this.key);