valueOrNull property

A? get valueOrNull

Implementation

A? get valueOrNull {
  if (!_resolved) _resolve();
  return _value;
}