safeValue property

set safeValue (T newValue)

Implementation

set safeValue(T newValue) => isClosed == false ? add(newValue) : doNothing();