@protected T get unsafeValue => _value;
@protected set unsafeValue(T v) { _value = v; _isInitialized = true; }