copyWith method

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

Implementation

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