refactoring
This commit is contained in:
@@ -54,7 +54,7 @@ class SearchOrganizations extends OrganizationsEvent {
|
||||
/// Événement pour recherche avancée
|
||||
class AdvancedSearchOrganizations extends OrganizationsEvent {
|
||||
final String? nom;
|
||||
final TypeOrganization? type;
|
||||
final String? type;
|
||||
final StatutOrganization? statut;
|
||||
final String? ville;
|
||||
final String? region;
|
||||
@@ -150,7 +150,7 @@ class FilterOrganizationsByStatus extends OrganizationsEvent {
|
||||
|
||||
/// Événement pour filtrer les organisations par type
|
||||
class FilterOrganizationsByType extends OrganizationsEvent {
|
||||
final TypeOrganization? type;
|
||||
final String? type;
|
||||
|
||||
const FilterOrganizationsByType(this.type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user