RxPrimitive<T> constructor

RxPrimitive<T>(
  1. T value
)

Create a reactive primitive

Implementation

RxPrimitive(super.value);