rxnInt function

Rx<int?> rxnInt([
  1. int? initial
])

Implementation

Rx<int?> rxnInt([int? initial]) => Rx<int?>(initial);