rxnBool function

Rx<bool?> rxnBool([
  1. bool? initial
])

Implementation

Rx<bool?> rxnBool([bool? initial]) => Rx<bool?>(initial);