RxnBool constructor

RxnBool([
  1. bool? initial
])

Constructs a RxnBool with the provided initial value.

Implementation

RxnBool([super.initial]);