withValue method

NotusAttribute<T> withValue(
  1. T value
)

Implementation

NotusAttribute<T> withValue(T value) => NotusAttribute<T>._(key, scope, value);