BloomContext<T> constructor

BloomContext<T>(
  1. T defaultValue
)

Creates a new ambient BloomContext token with the specified defaultValue.

Implementation

BloomContext(this.defaultValue);