ReactiveBoolN constructor

ReactiveBoolN([
  1. bool? value
])

Creates a new instance of ReactiveStringN with the initial value.

The initial value is set for the reactive bool variable.

Implementation

ReactiveBoolN([super.value]);