CatRx<T> constructor

CatRx<T>(
  1. T value
)

Implementation

CatRx (T value) {
  _value = value;
}