merge abstract method
T
merge(
- covariant T? other
Merges this object with other, returning a new object of type T.
Implementation
T merge(covariant T? other);
Merges this object with other, returning a new object of type T.
T merge(covariant T? other);