copyWith method

Implementation

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