RxDouble constructor

RxDouble(
  1. double initial
)

Constructs a RxDouble with the provided initial value.

Implementation

RxDouble(super.initial);