RxnDouble constructor

RxnDouble([
  1. double? initial
])

Implementation

RxnDouble([double? initial]) : super(initial);