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,8 +1,8 @@
|
||||
class Memory {
|
||||
int total;
|
||||
int free;
|
||||
int cache;
|
||||
int avail;
|
||||
final int total;
|
||||
final int free;
|
||||
final int cache;
|
||||
final int avail;
|
||||
|
||||
Memory({
|
||||
required this.total,
|
||||
|
||||
Reference in New Issue
Block a user