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