Rx<T> constructor

Rx<T>(
  1. T seed
)

Implementation

Rx(T seed) : _value = seed, _controller = StreamController<T>.broadcast();