RxInt constructor

RxInt(
  1. int initial
)

Implementation

RxInt(int initial) : super(initial);