const constructure

This commit is contained in:
Efril
2026-03-01 20:02:12 +07:00
parent 5058f99fe0
commit e625bd3d2a
142 changed files with 817 additions and 760 deletions
@@ -10,7 +10,7 @@ class ListPaymentMethod with _$ListPaymentMethod {
required int totalPages,
}) = _ListPaymentMethod;
factory ListPaymentMethod.empty() => ListPaymentMethod(
factory ListPaymentMethod.empty() => const ListPaymentMethod(
paymentMethods: [],
totalCount: 0,
page: 0,