withValue method

ParchmentAttribute<T> withValue(
  1. T? value
)

Implementation

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