put method

  1. @visibleForTesting
  2. @protected
  3. @override
S put(
  1. S value
)
override

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);