RxInt constructor

RxInt(
  1. int initial
)

Constructs a RxInt with the provided initial value.

Implementation

RxInt(super.initial);