RxInt constructor

RxInt(
  1. int value
)

Creates a new reactive integer with the initial value.

Implementation

RxInt(super.value);