ReactiveBool constructor

ReactiveBool(
  1. bool value
)

Creates a new instance of ReactiveString with the initial value.

The initial value is set for the reactive bool variable.

Implementation

ReactiveBool(super.value);