merge abstract method
Merges this object with other, returning a new object of type T.
Implementation
@override
SpecAttribute<Value> merge(covariant SpecAttribute<Value>? other);
Merges this object with other, returning a new object of type T.
@override
SpecAttribute<Value> merge(covariant SpecAttribute<Value>? other);