merge method

Merges this instances with other.

Implementation

@override
EntityResolutionRules merge(EntityResolutionRules? other) =>
    resolved.merge(other);