value

open val value: T?(source)

The value this optional wraps.

  • Both Missing and Null will always return null.

  • Value will always return a non-null value.