merge abstract method

  1. @override
Self merge(
  1. covariant Self? other
)
override

Merges this object with other, returning a new object of type T.

Implementation

@override
Self merge(Self? other);