AggregateContext<V>  constructor 
      
      AggregateContext<V> (
    
- V value
Creates a context with an initial value.
Implementation
AggregateContext(this.value);Creates a context with an initial value.
AggregateContext(this.value);