withValue method

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

Implementation

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