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