Option<Value>.ok constructor

Option<Value>.ok(
  1. Value value
)

Implementation

factory Option.ok(Value value) = Some<Value>;