RxBool constructor

RxBool(
  1. bool initial
)

Constructs a RxBool with the provided initial value.

Implementation

RxBool(super.initial);