mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
constraint: share_plus 6.3.2
This commit is contained in:
@@ -4,12 +4,13 @@ class Memory {
|
||||
int free;
|
||||
int cache;
|
||||
int avail;
|
||||
Memory(
|
||||
{required this.total,
|
||||
required this.used,
|
||||
required this.free,
|
||||
required this.cache,
|
||||
required this.avail});
|
||||
Memory({
|
||||
required this.total,
|
||||
required this.used,
|
||||
required this.free,
|
||||
required this.cache,
|
||||
required this.avail,
|
||||
});
|
||||
}
|
||||
|
||||
final memItemReg = RegExp(r'([A-Z].+:)\s+([0-9]+) kB');
|
||||
|
||||
Reference in New Issue
Block a user