BloomContext<T> constructor
BloomContext<T> (
- T defaultValue
Creates a new ambient BloomContext token with the specified defaultValue.
Implementation
BloomContext(this.defaultValue);
Creates a new ambient BloomContext token with the specified defaultValue.
BloomContext(this.defaultValue);