Option<T>.some constructor
Option<T>.some (
- T? _value
Option.some is the constructor for an Option with some value.
Implementation
Option.some(this._value) : option = OptionState.some;
Option.some is the constructor for an Option with some value.
Option.some(this._value) : option = OptionState.some;