const constructure
This commit is contained in:
@@ -10,8 +10,8 @@ class ListCustomer with _$ListCustomer {
|
||||
required int totalPages,
|
||||
}) = _ListCustomer;
|
||||
|
||||
factory ListCustomer.empty() => ListCustomer(
|
||||
customers: const [],
|
||||
factory ListCustomer.empty() => const ListCustomer(
|
||||
customers: [],
|
||||
totalCount: 0,
|
||||
page: 0,
|
||||
limit: 0,
|
||||
|
||||
Reference in New Issue
Block a user