MixData merge(MixData other) { return MixData._( resolver: _tokenResolver, attributes: _attributes.merge(other._attributes), animation: other.animation ?? animation, ); }