Rc<T> constructor

Rc<T>(
  1. T value
)

Implementation

Rc(T value) : _value = ValueNotifier<T>(value);