copyWith method

ViewPremiumFeature copyWith({
  1. PremiumFeature? feature,
})

Implementation

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