RxInt constructor

RxInt(
  1. num value
)

Create a reactive int

Implementation

RxInt(super.value);