merge method

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

Implementation

@override
AspectRatioModifierAttribute merge(AspectRatioModifierAttribute? other) {
  return AspectRatioModifierAttribute(other?.aspectRatio ?? aspectRatio);
}