factory UpdateFilterResponse.fromJson(Map<String, dynamic> json) { return UpdateFilterResponse( name: json['name'] as String, ); }