ReactiveInt constructor

ReactiveInt(
  1. int value
)

Constructs a ReactiveInt object with the initial value.

Implementation

ReactiveInt(int value) : super(value);