Refactoring
This commit is contained in:
@@ -380,3 +380,13 @@ class NotificationsScheduled extends CotisationsState {
|
||||
@override
|
||||
List<Object?> get props => [notificationsCount, cotisationIds];
|
||||
}
|
||||
|
||||
/// État d'historique des paiements chargé
|
||||
class PaymentHistoryLoaded extends CotisationsState {
|
||||
final List<PaymentModel> payments;
|
||||
|
||||
const PaymentHistoryLoaded(this.payments);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [payments];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user