RxDouble constructor

RxDouble(
  1. double initial
)

Implementation

RxDouble(double initial) : super(initial);