copyWith method

PremiumSourceLink copyWith({
  1. String? referrer,
})

Implementation

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