ReactiveN<T> constructor

ReactiveN<T>([
  1. T? value
])

Constructs a ReactiveN object with an optional initial value.

Implementation

ReactiveN([T? value]) : super(value);