withValue method

  1. @override
NotusAttribute<T> withValue(
  1. T value
)
override

Implementation

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