ReactiveIntN constructor

ReactiveIntN([
  1. int? value
])

Constructs a ReactiveIntN object with the optional initial value.

Implementation

ReactiveIntN([int? value]) : super(value);