value property

Option<T> value

Get the current head value as an option.

Implementation

Option<T> get value {
  _maybeSeedValue();
  return _value;
}