RxNum constructor

RxNum([
  1. num initial = 0
])

Implementation

RxNum([num initial = 0]) : super(initial);