RxnBool constructor

RxnBool(
  1. [bool? initial]
)

Implementation

RxnBool([bool? initial]) : super(initial);