value property

A get value

Implementation

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