Parse from a json
factory PremiumSourceLink.fromJson(Map<String, dynamic> json) => PremiumSourceLink( referrer: json['referrer'], );