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