RxObject<T> constructor

RxObject<T>(
  1. T value
)

Create a reactive object

Implementation

RxObject(super.value);