copyWith method
Implementation
PremiumSourceFeature copyWith({PremiumFeature? feature}) =>
PremiumSourceFeature(feature: feature ?? this.feature);
PremiumSourceFeature copyWith({PremiumFeature? feature}) =>
PremiumSourceFeature(feature: feature ?? this.feature);