ReactContext<T> constructor

const ReactContext<T>(
  1. T defaultValue
)

Creates a context with defaultValue.

Implementation

const ReactContext(this.defaultValue);