copyWith method
Implementation
BusinessFeaturePromotionAnimation copyWith({
BusinessFeature? feature,
Animation? animation,
}) => BusinessFeaturePromotionAnimation(
feature: feature ?? this.feature,
animation: animation ?? this.animation,
);
BusinessFeaturePromotionAnimation copyWith({
BusinessFeature? feature,
Animation? animation,
}) => BusinessFeaturePromotionAnimation(
feature: feature ?? this.feature,
animation: animation ?? this.animation,
);