ReactiveDoubleN constructor

ReactiveDoubleN([
  1. double? value
])

Creates a new instance of ReactiveDoubleN with the initial value.

The initial value is set for the reactive double variable.

Implementation

ReactiveDoubleN([double? value]) : super(value);