copyWith method
Implementation
PremiumSourceLink copyWith({String? referrer}) =>
PremiumSourceLink(referrer: referrer ?? this.referrer);
PremiumSourceLink copyWith({String? referrer}) =>
PremiumSourceLink(referrer: referrer ?? this.referrer);