RxInt constructor

RxInt([
  1. int initial = 0
])

Constructor: With initial value to 0

Implementation

RxInt([int initial = 0]) : super(initial);