mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
get initMemory => Memory(
|
||||
total: 1,
|
||||
used: 0,
|
||||
free: 1,
|
||||
cache: 0,
|
||||
avail: 1,
|
||||
);
|
||||
|
||||
class Memory {
|
||||
int total;
|
||||
int used;
|
||||
|
||||
Reference in New Issue
Block a user