StateAtom<R> constructor

StateAtom<R>(
  1. R initialValue
)

Implementation

StateAtom(this.initialValue);