ReactiveString constructor

ReactiveString(
  1. String value
)

Creates a new instance of ReactiveString with the initial value.

The initial value is set for the reactive String variable.

Implementation

ReactiveString(super.value);