RxnInt constructor

RxnInt([
  1. int? initial
])

Implementation

RxnInt([int? initial]) : super(initial);