ReactiveStringN constructor

ReactiveStringN([
  1. String? value
])

Creates a new instance of ReactiveStringN with the initial value.

The initial value is set for the reactive String variable.

Implementation

ReactiveStringN([super.value]);