Rx<T> constructor

Rx<T>(
  1. T initialValue
)

Implementation

Rx(super.initialValue);