mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
More cleanup
This commit is contained in:
parent
d2ce3fadf1
commit
83e29777c2
12 changed files with 23 additions and 60 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue