Option.get

get the innner value and is recommended to be used after calling this.initialize()

  1. OptionVariant get [@property getter]
    class Option
    @property abstract const
    get
    ()
  2. T get()
  3. T get()
  4. T get()

Return Value

the variant of final value

Meta