EventStream<T> constructor

EventStream<T>([
  1. T? initialValue
])

Implementation

EventStream([super.initialValue]);