TOk<Value> constructor

const TOk<Value>(
  1. Value value
)

Implementation

const TOk(this.value);