ReactiveNumN constructor

ReactiveNumN([
  1. num? value
])

Constructs a ReactiveIntN object with the optional initial value.

Implementation

ReactiveNumN([num? value]) : super(value);