RxnInt constructor

RxnInt([
  1. int? initial
])

Constructs a RxnInt with an optional initial value.

Implementation

RxnInt([super.initial]);