copyWith method

GetPremiumFeatures copyWith({
  1. PremiumSource? source,
})

Implementation

GetPremiumFeatures copyWith({PremiumSource? source}) =>
    GetPremiumFeatures(source: source ?? this.source);