RxNum constructor

RxNum(
  1. num initial
)

Constructs a RxNum with the provided initial value.

Implementation

RxNum(super.initial);