safeValue property

void safeValue=(T newValue)

Implementation

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