RxDouble constructor

RxDouble([
  1. double initial = 0
])

Implementation

RxDouble([double initial = 0]) : super(initial);