refactoring

This commit is contained in:
dahoud
2026-03-31 09:14:47 +00:00
parent 9bfffeeebe
commit 5383df6dcb
200 changed files with 11192 additions and 7063 deletions

View File

@@ -19,16 +19,18 @@ class LoadMembres extends MembresEvent {
final int size;
final String? recherche;
final bool refresh;
final String? organisationId;
const LoadMembres({
this.page = 0,
this.size = 20,
this.recherche,
this.refresh = false,
this.organisationId,
});
@override
List<Object?> get props => [page, size, recherche, refresh];
List<Object?> get props => [page, size, recherche, refresh, organisationId];
}
/// Événement pour charger un membre par ID