factory FeatureSelector.fromJson(Map<String, dynamic> json) { return FeatureSelector( idMatcher: decode(json['idMatcher'], IdMatcher.fromJson), ); }