RxBool constructor

RxBool([
  1. bool initial = false
])

Implementation

RxBool([bool initial = false]) : super(initial);