refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user