RxString constructor

RxString(
  1. String value
)

Creates a new reactive string with the initial value.

Implementation

RxString(super.value);