mirror of
https://github.com/inventree/inventree-app.git
synced 2025-12-15 08:38:12 +00:00
More cleanup
This commit is contained in:
@@ -19,12 +19,8 @@ class InvenTreePageResponse {
|
||||
}
|
||||
|
||||
// Total number of results in the dataset
|
||||
int _count = 0;
|
||||
|
||||
void set count(int v) { _count = v; }
|
||||
|
||||
int get count => _count;
|
||||
|
||||
int count = 0;
|
||||
|
||||
int get length => results.length;
|
||||
|
||||
List<InvenTreeModel> results = [];
|
||||
|
||||
Reference in New Issue
Block a user