merge method
Implementation
ContentOptions merge(ContentOptions? other) {
if (other == null) return this;
return copyWith.$merge(other);
}
ContentOptions merge(ContentOptions? other) {
if (other == null) return this;
return copyWith.$merge(other);
}