put method
Protected FlowR-style state mutation for subclasses.
Public consumers should use add and event handlers.
Implementation
@visibleForTesting
@protected
@override
S put(S value) => putWithLogging(value);
Protected FlowR-style state mutation for subclasses.
Public consumers should use add and event handlers.
@visibleForTesting
@protected
@override
S put(S value) => putWithLogging(value);