copyWith method
Implementation
PremiumSourceStoryFeature copyWith({PremiumStoryFeature? feature}) =>
PremiumSourceStoryFeature(feature: feature ?? this.feature);
PremiumSourceStoryFeature copyWith({PremiumStoryFeature? feature}) =>
PremiumSourceStoryFeature(feature: feature ?? this.feature);