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