IOk<Value> constructor

const IOk<Value>(
  1. Value value
)

Implementation

const IOk(this.value);