factory SearchConfig.fromJson(Map<String, dynamic> json) { return SearchConfig( hideSearch: json['hideSearch'] ?? false, ); }